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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'unicodelctest': [PASS, NO_VARIANTS], | 288 'unicodelctest': [PASS, NO_VARIANTS], |
289 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 289 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
290 | 290 |
291 # Too slow for gc stress. | 291 # Too slow for gc stress. |
292 'asm/embenchen/box2d': [SKIP], | 292 'asm/embenchen/box2d': [SKIP], |
293 | 293 |
294 # Issue 3723. | 294 # Issue 3723. |
295 'regress/regress-3717': [SKIP], | 295 'regress/regress-3717': [SKIP], |
296 # Issue 478788. | 296 # Issue 478788. |
297 'es7/object-observe': [SKIP], | 297 'es7/object-observe': [SKIP], |
| 298 |
| 299 # BUG(v8:4237) |
| 300 'regress/regress-3976': [SKIP], |
298 }], # 'gc_stress == True' | 301 }], # 'gc_stress == True' |
299 | 302 |
300 ############################################################################## | 303 ############################################################################## |
301 ['byteorder == big', { | 304 ['byteorder == big', { |
302 # Emscripten requires little-endian, skip all tests on big endian platforms. | 305 # Emscripten requires little-endian, skip all tests on big endian platforms. |
303 'asm/embenchen/*': [SKIP], | 306 'asm/embenchen/*': [SKIP], |
304 'asm/poppler/*': [SKIP], | 307 'asm/poppler/*': [SKIP], |
305 'asm/sqlite3/*': [SKIP], | 308 'asm/sqlite3/*': [SKIP], |
306 }], # 'byteorder == big' | 309 }], # 'byteorder == big' |
307 | 310 |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'regress/regress-2653': [SKIP], | 657 'regress/regress-2653': [SKIP], |
655 }], # 'deopt_fuzzer == True' | 658 }], # 'deopt_fuzzer == True' |
656 | 659 |
657 ############################################################################## | 660 ############################################################################## |
658 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 661 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
659 | 662 |
660 # take too long with the simulator. | 663 # take too long with the simulator. |
661 'regress/regress-1132': [SKIP], | 664 'regress/regress-1132': [SKIP], |
662 }], # 'arch == ppc and simulator_run == True' | 665 }], # 'arch == ppc and simulator_run == True' |
663 ] | 666 ] |
OLD | NEW |