Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(680)

Unified Diff: test/ignition.gyp

Issue 1559943002: [test] Add ignition test set. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | test/ignition.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ignition.gyp
diff --git a/test/optimize_for_size.gyp b/test/ignition.gyp
similarity index 69%
copy from test/optimize_for_size.gyp
copy to test/ignition.gyp
index ac40ba8499de18ad7ed467744a82349279e3b393..6aebec9e194b1431bdbb89a496d5847c988ba1ee 100644
--- a/test/optimize_for_size.gyp
+++ b/test/ignition.gyp
@@ -1,4 +1,4 @@
-# Copyright 2015 the V8 project authors. All rights reserved.
+# Copyright 2016 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -7,20 +7,18 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'optimize_for_size_run',
+ 'target_name': 'ignition_run',
'type': 'none',
'dependencies': [
'cctest/cctest.gyp:cctest_run',
- 'intl/intl.gyp:intl_run',
'mjsunit/mjsunit.gyp:mjsunit_run',
rmcilroy 2016/01/04 16:15:55 missing test262 or is this still tested via a diff
Michael Achenbach 2016/01/05 09:30:11 That'll stay separate, since the testing variants
- 'webkit/webkit.gyp:webkit_run',
],
'includes': [
'../build/features.gypi',
'../build/isolate.gypi',
],
'sources': [
- 'optimize_for_size.isolate',
+ 'ignition.isolate',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | test/ignition.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698