| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'regress/regress-634': [PASS, ['mode == debug', SKIP]], | 177 'regress/regress-634': [PASS, ['mode == debug', SKIP]], |
| 178 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], | 178 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], |
| 179 | 179 |
| 180 # BUG(336820). TODO(bmeurer): Investigate. | 180 # BUG(336820). TODO(bmeurer): Investigate. |
| 181 'regress/regress-336820': [PASS, FAIL], | 181 'regress/regress-336820': [PASS, FAIL], |
| 182 | 182 |
| 183 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for | 183 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for |
| 184 # nosse2. Also for arm novfp3. | 184 # nosse2. Also for arm novfp3. |
| 185 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87
or arch == arm and simulator == True', PASS]], | 185 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87
or arch == arm and simulator == True', PASS]], |
| 186 | 186 |
| 187 # BUG(v8:3985). Wrong materialization of arguments object after throwing |
| 188 # an exception. |
| 189 'regress/regress-3985': [PASS, FAIL], |
| 190 |
| 187 # Skip endain dependent test for mips due to different typed views of the same | 191 # Skip endain dependent test for mips due to different typed views of the same |
| 188 # array buffer. | 192 # array buffer. |
| 189 'nans': [PASS, ], | 193 'nans': [PASS, ], |
| 190 | 194 |
| 191 # This test variant makes only sense on arm. | 195 # This test variant makes only sense on arm. |
| 192 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], | 196 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], |
| 193 | 197 |
| 194 # Too slow for slow variants. | 198 # Too slow for slow variants. |
| 195 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], | 199 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], |
| 196 }], # ALWAYS | 200 }], # ALWAYS |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 594 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 591 | 595 |
| 592 # take too long with the simulator. | 596 # take too long with the simulator. |
| 593 'regress/regress-1132': [SKIP], | 597 'regress/regress-1132': [SKIP], |
| 594 | 598 |
| 595 # these two issues started after uplevel, believe they share common cause | 599 # these two issues started after uplevel, believe they share common cause |
| 596 'debug-references': [SKIP], | 600 'debug-references': [SKIP], |
| 597 'mirror-object': [SKIP], | 601 'mirror-object': [SKIP], |
| 598 }], # 'arch == ppc and simulator_run == True' | 602 }], # 'arch == ppc and simulator_run == True' |
| 599 ] | 603 ] |
| OLD | NEW |