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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 # TODO(mstarzinger): Takes too long with TF. | 297 # TODO(mstarzinger): Takes too long with TF. |
298 'array-sort': [PASS, NO_VARIANTS], | 298 'array-sort': [PASS, NO_VARIANTS], |
299 'regress/regress-91008': [PASS, NO_VARIANTS], | 299 'regress/regress-91008': [PASS, NO_VARIANTS], |
300 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], | 300 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], |
301 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], | 301 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], |
302 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 302 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
303 'math-floor-of-div': [PASS, NO_VARIANTS], | 303 'math-floor-of-div': [PASS, NO_VARIANTS], |
304 'unicodelctest': [PASS, NO_VARIANTS], | 304 'unicodelctest': [PASS, NO_VARIANTS], |
305 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 305 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
306 | 306 |
| 307 # TODO(jkummerow): Doesn't work correctly in GC stress. |
| 308 'regress/regress-crbug-500497': [PASS, NO_VARIANTS], |
| 309 |
307 # Too slow for gc stress. | 310 # Too slow for gc stress. |
308 'asm/embenchen/box2d': [SKIP], | 311 'asm/embenchen/box2d': [SKIP], |
309 | 312 |
310 # Issue 3723. | 313 # Issue 3723. |
311 'regress/regress-3717': [SKIP], | 314 'regress/regress-3717': [SKIP], |
312 | 315 |
313 # BUG(v8:4237) | 316 # BUG(v8:4237) |
314 'regress/regress-3976': [SKIP], | 317 'regress/regress-3976': [SKIP], |
315 | 318 |
316 # BUG(v8:4359) | 319 # BUG(v8:4359) |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 'regress/regress-2653': [SKIP], | 672 'regress/regress-2653': [SKIP], |
670 }], # 'deopt_fuzzer == True' | 673 }], # 'deopt_fuzzer == True' |
671 | 674 |
672 ############################################################################## | 675 ############################################################################## |
673 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 676 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
674 | 677 |
675 # take too long with the simulator. | 678 # take too long with the simulator. |
676 'regress/regress-1132': [SKIP], | 679 'regress/regress-1132': [SKIP], |
677 }], # 'arch == ppc and simulator_run == True' | 680 }], # 'arch == ppc and simulator_run == True' |
678 ] | 681 ] |
OLD | NEW |