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], | |
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 Loading... |
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 ] |
OLD | NEW |