| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'regress/regress-634': [PASS, ['mode == debug', SKIP]], | 216 'regress/regress-634': [PASS, ['mode == debug', SKIP]], |
| 217 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], | 217 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], |
| 218 | 218 |
| 219 # BUG(336820). TODO(bmeurer): Investigate. | 219 # BUG(336820). TODO(bmeurer): Investigate. |
| 220 'regress/regress-336820': [PASS, FAIL], | 220 'regress/regress-336820': [PASS, FAIL], |
| 221 | 221 |
| 222 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for | 222 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for |
| 223 # nosse2. Also for arm novfp3. | 223 # nosse2. Also for arm novfp3. |
| 224 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87
or arch == arm and simulator == True', PASS]], | 224 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87
or arch == arm and simulator == True', PASS]], |
| 225 | 225 |
| 226 # BUG(v8:3985). Wrong materialization of arguments object after throwing | |
| 227 # an exception. | |
| 228 'regress/regress-3985': [PASS, FAIL], | |
| 229 | |
| 230 # Skip endain dependent test for mips due to different typed views of the same | 226 # Skip endain dependent test for mips due to different typed views of the same |
| 231 # array buffer. | 227 # array buffer. |
| 232 'nans': [PASS, ], | 228 'nans': [PASS, ], |
| 233 | 229 |
| 234 # This test variant makes only sense on arm. | 230 # This test variant makes only sense on arm. |
| 235 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], | 231 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], |
| 236 | 232 |
| 237 # Too slow for slow variants. | 233 # Too slow for slow variants. |
| 238 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], | 234 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], |
| 239 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], | 235 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'regress/regress-2653': [SKIP], | 654 'regress/regress-2653': [SKIP], |
| 659 }], # 'deopt_fuzzer == True' | 655 }], # 'deopt_fuzzer == True' |
| 660 | 656 |
| 661 ############################################################################## | 657 ############################################################################## |
| 662 ['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', { |
| 663 | 659 |
| 664 # take too long with the simulator. | 660 # take too long with the simulator. |
| 665 'regress/regress-1132': [SKIP], | 661 'regress/regress-1132': [SKIP], |
| 666 }], # 'arch == ppc and simulator_run == True' | 662 }], # 'arch == ppc and simulator_run == True' |
| 667 ] | 663 ] |
| OLD | NEW |