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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. | 307 # TODO(jkummerow): Doesn't work correctly in GC stress. |
308 'regress/regress-crbug-500497': [PASS, NO_VARIANTS], | 308 'regress/regress-crbug-500497': [SKIP], |
309 | 309 |
310 # Too slow for gc stress. | 310 # Too slow for gc stress. |
311 'asm/embenchen/box2d': [SKIP], | 311 'asm/embenchen/box2d': [SKIP], |
312 | 312 |
313 # Issue 3723. | 313 # Issue 3723. |
314 'regress/regress-3717': [SKIP], | 314 'regress/regress-3717': [SKIP], |
315 | 315 |
316 # BUG(v8:4237) | 316 # BUG(v8:4237) |
317 'regress/regress-3976': [SKIP], | 317 'regress/regress-3976': [SKIP], |
318 | 318 |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'regress/regress-2653': [SKIP], | 672 'regress/regress-2653': [SKIP], |
673 }], # 'deopt_fuzzer == True' | 673 }], # 'deopt_fuzzer == True' |
674 | 674 |
675 ############################################################################## | 675 ############################################################################## |
676 ['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', { |
677 | 677 |
678 # take too long with the simulator. | 678 # take too long with the simulator. |
679 'regress/regress-1132': [SKIP], | 679 'regress/regress-1132': [SKIP], |
680 }], # 'arch == ppc and simulator_run == True' | 680 }], # 'arch == ppc and simulator_run == True' |
681 ] | 681 ] |
OLD | NEW |