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

Unified Diff: test/cctest/cctest.isolate

Issue 1717293002: [Interpreter] Refactor bytecode generator test suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: std::vector instead of initializer_list, golden path as constant. Created 4 years, 10 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/cctest/cctest.isolate
diff --git a/test/cctest/cctest.isolate b/test/cctest/cctest.isolate
index ab5546621427abe21c693c79a3946e4c2cb0a138..edc4a90fc897034cf62d93690ca7aa574d2f9399 100644
--- a/test/cctest/cctest.isolate
+++ b/test/cctest/cctest.isolate
@@ -6,6 +6,7 @@
'files': [
'./cctest.status',
'./testcfg.py',
+ './interpreter/',
rmcilroy 2016/02/22 21:49:49 Should you add each golden file, or did machenbach
Stefano Sanfilippo 2016/02/23 15:57:18 machenbach@ suggested to do so. This way we also e
],
},
'includes': [
« no previous file with comments | « no previous file | test/cctest/interpreter/ArrayLiterals.golden » ('j') | test/cctest/interpreter/ArrayLiterals.golden » ('J')

Powered by Google App Engine
This is Rietveld 408576698