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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 2552873003: [wasm][asm.js] Pass Script with Handle. (Closed)
Patch Set: re-enable tests Created 4 years 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 unified diff | Download patch
« no previous file with comments | « test/cctest/asmjs/test-asm-typer.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'debug-references': [SKIP], 238 'debug-references': [SKIP],
239 239
240 # BUG(v8:4779): Crashes flakily with stress mode on arm64. 240 # BUG(v8:4779): Crashes flakily with stress mode on arm64.
241 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], 241 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]],
242 242
243 # BUG(chromium:664490) 243 # BUG(chromium:664490)
244 'debug-scopes': [SKIP], 244 'debug-scopes': [SKIP],
245 245
246 #BUG(v8:5683) 246 #BUG(v8:5683)
247 'wasm/import-memory': [SKIP], 247 'wasm/import-memory': [SKIP],
248
249 #BUG(v8:5716)
250 'wasm/asm-wasm-switch': [SKIP],
251 'wasm/asm-wasm-expr': [SKIP],
252 }], # 'gc_stress == True' 248 }], # 'gc_stress == True'
253 249
254 ############################################################################## 250 ##############################################################################
255 ['byteorder == big', { 251 ['byteorder == big', {
256 # Emscripten requires little-endian, skip all tests on big endian platforms. 252 # Emscripten requires little-endian, skip all tests on big endian platforms.
257 'asm/embenchen/*': [SKIP], 253 'asm/embenchen/*': [SKIP],
258 'asm/poppler/*': [SKIP], 254 'asm/poppler/*': [SKIP],
259 'asm/sqlite3/*': [SKIP], 255 'asm/sqlite3/*': [SKIP],
260 # TODO(mips-team): Fix Wasm for big-endian. 256 # TODO(mips-team): Fix Wasm for big-endian.
261 'wasm/*': [SKIP], 257 'wasm/*': [SKIP],
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'lithium/*': [SKIP], 653 'lithium/*': [SKIP],
658 'third_party/*': [SKIP], 654 'third_party/*': [SKIP],
659 'tools/*': [SKIP], 655 'tools/*': [SKIP],
660 'apply': [SKIP], 656 'apply': [SKIP],
661 'math-*': [SKIP], 657 'math-*': [SKIP],
662 'unicode-test': [SKIP], 658 'unicode-test': [SKIP],
663 'whitespaces': [SKIP], 659 'whitespaces': [SKIP],
664 }], # variant == wasm_traps 660 }], # variant == wasm_traps
665 661
666 ] 662 ]
OLDNEW
« no previous file with comments | « test/cctest/asmjs/test-asm-typer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698