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 # Issue 3803. | |
300 'es6/generators-iteration': [PASS, FLAKY], | |
301 }], # 'gc_stress == True' | 298 }], # 'gc_stress == True' |
302 | 299 |
303 ############################################################################## | 300 ############################################################################## |
304 ['byteorder == big', { | 301 ['byteorder == big', { |
305 # Emscripten requires little-endian, skip all tests on big endian platforms. | 302 # Emscripten requires little-endian, skip all tests on big endian platforms. |
306 'asm/embenchen/*': [SKIP], | 303 'asm/embenchen/*': [SKIP], |
307 'asm/poppler/*': [SKIP], | 304 'asm/poppler/*': [SKIP], |
308 'asm/sqlite3/*': [SKIP], | 305 'asm/sqlite3/*': [SKIP], |
309 }], # 'byteorder == big' | 306 }], # 'byteorder == big' |
310 | 307 |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'regress/regress-2653': [SKIP], | 654 'regress/regress-2653': [SKIP], |
658 }], # 'deopt_fuzzer == True' | 655 }], # 'deopt_fuzzer == True' |
659 | 656 |
660 ############################################################################## | 657 ############################################################################## |
661 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 658 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
662 | 659 |
663 # take too long with the simulator. | 660 # take too long with the simulator. |
664 'regress/regress-1132': [SKIP], | 661 'regress/regress-1132': [SKIP], |
665 }], # 'arch == ppc and simulator_run == True' | 662 }], # 'arch == ppc and simulator_run == True' |
666 ] | 663 ] |
OLD | NEW |