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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2309833003: [wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. (Closed)
Patch Set: Disable one Created 4 years, 3 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 | « test/intl/intl.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index cf72c63b9da978ec045404ab8fe64572bc3ccd3f..b722dab5a1d2fce3094a26f17ccb31fca75f8540 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -837,4 +837,12 @@
'big-array-literal': [SKIP],
}], # 'gcov_coverage'
+##############################################################################
+['variant == asm_wasm', {
+ '*': [SKIP],
Michael Achenbach 2016/09/07 07:03:59 This doesn't really seem to work :( tools/run-tes
Michael Achenbach 2016/09/07 07:26:42 The logic doesn't make a difference between more o
bradnelson 2016/09/19 23:58:36 Done.
+ 'asm/*': [PASS],
+ 'wasm/*': [PASS],
+ 'regress/*': [PASS],
+}], # variant == asm_wasm
+
]
« no previous file with comments | « test/intl/intl.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698