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

Unified Diff: test/unittests/unittests.status

Issue 2309833003: [wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. (Closed)
Patch Set: merge 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/test262/test262.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/unittests.status
diff --git a/test/unittests/unittests.status b/test/unittests/unittests.status
index ee135ba5e8611a9545de13b20f0eebf3099c2643..888c0a7ba7cbaf594af66458a2418fac133c3f90 100644
--- a/test/unittests/unittests.status
+++ b/test/unittests/unittests.status
@@ -19,4 +19,9 @@
'Ieee754.Acosh': [SKIP],
'Ieee754.Asinh': [SKIP],
}], # 'arch == x87'
+
+['variant == asm_wasm', {
+ '*': [SKIP],
+}], # variant == asm_wasm
+
]
« no previous file with comments | « test/test262/test262.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698