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

Unified Diff: test/test262/test262.gyp

Issue 2131743002: [test262] Use standalone Test262 harness project (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Import later if needed Created 4 years, 5 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
Index: test/test262/test262.gyp
diff --git a/test/test262/test262.gyp b/test/test262/test262.gyp
index 2bdc6cefe5092c5265caadb0f2acecceb078ab21..605a5ee7cbc039e3004f0eb8fa52dae24a383291 100644
--- a/test/test262/test262.gyp
+++ b/test/test262/test262.gyp
@@ -23,7 +23,7 @@
{
'action_name': 'archive_test262',
'inputs': ['archive.py', '<!@(python list.py)'],
- 'outputs': ['data.tar'],
+ 'outputs': ['data.tar', 'harness.tar'],
tandrii(chromium) 2016/07/20 10:42:01 Michael has to approve this, bcz: 1. this does in
Michael Achenbach 2016/07/20 11:22:49 1. Insignificant. As described, it was part of the
'action': ['python', 'archive.py'],
},
],

Powered by Google App Engine
This is Rietveld 408576698