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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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], |
248 }], # 'gc_stress == True' | 252 }], # 'gc_stress == True' |
249 | 253 |
250 ############################################################################## | 254 ############################################################################## |
251 ['byteorder == big', { | 255 ['byteorder == big', { |
252 # Emscripten requires little-endian, skip all tests on big endian platforms. | 256 # Emscripten requires little-endian, skip all tests on big endian platforms. |
253 'asm/embenchen/*': [SKIP], | 257 'asm/embenchen/*': [SKIP], |
254 'asm/poppler/*': [SKIP], | 258 'asm/poppler/*': [SKIP], |
255 'asm/sqlite3/*': [SKIP], | 259 'asm/sqlite3/*': [SKIP], |
256 # TODO(mips-team): Fix Wasm for big-endian. | 260 # TODO(mips-team): Fix Wasm for big-endian. |
257 'wasm/*': [SKIP], | 261 'wasm/*': [SKIP], |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 'lithium/*': [SKIP], | 657 'lithium/*': [SKIP], |
654 'third_party/*': [SKIP], | 658 'third_party/*': [SKIP], |
655 'tools/*': [SKIP], | 659 'tools/*': [SKIP], |
656 'apply': [SKIP], | 660 'apply': [SKIP], |
657 'math-*': [SKIP], | 661 'math-*': [SKIP], |
658 'unicode-test': [SKIP], | 662 'unicode-test': [SKIP], |
659 'whitespaces': [SKIP], | 663 'whitespaces': [SKIP], |
660 }], # variant == wasm_traps | 664 }], # variant == wasm_traps |
661 | 665 |
662 ] | 666 ] |
OLD | NEW |