OLD | NEW |
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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 235 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
236 | 236 |
237 # BUG(v8:3097) | 237 # BUG(v8:3097) |
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 |
| 246 #BUG(v8:5683) |
| 247 'wasm/import-memory': [SKIP], |
245 }], # 'gc_stress == True' | 248 }], # 'gc_stress == True' |
246 | 249 |
247 ############################################################################## | 250 ############################################################################## |
248 ['byteorder == big', { | 251 ['byteorder == big', { |
249 # Emscripten requires little-endian, skip all tests on big endian platforms. | 252 # Emscripten requires little-endian, skip all tests on big endian platforms. |
250 'asm/embenchen/*': [SKIP], | 253 'asm/embenchen/*': [SKIP], |
251 'asm/poppler/*': [SKIP], | 254 'asm/poppler/*': [SKIP], |
252 'asm/sqlite3/*': [SKIP], | 255 'asm/sqlite3/*': [SKIP], |
253 # TODO(mips-team): Fix Wasm for big-endian. | 256 # TODO(mips-team): Fix Wasm for big-endian. |
254 'wasm/*': [SKIP], | 257 'wasm/*': [SKIP], |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 'lithium/*': [SKIP], | 663 'lithium/*': [SKIP], |
661 'third_party/*': [SKIP], | 664 'third_party/*': [SKIP], |
662 'tools/*': [SKIP], | 665 'tools/*': [SKIP], |
663 'apply': [SKIP], | 666 'apply': [SKIP], |
664 'math-*': [SKIP], | 667 'math-*': [SKIP], |
665 'unicode-test': [SKIP], | 668 'unicode-test': [SKIP], |
666 'whitespaces': [SKIP], | 669 'whitespaces': [SKIP], |
667 }], # variant == wasm_traps | 670 }], # variant == wasm_traps |
668 | 671 |
669 ] | 672 ] |
OLD | NEW |