| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], | 245 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], |
| 246 | 246 |
| 247 # Too slow for slow variants. | 247 # Too slow for slow variants. |
| 248 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], | 248 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], |
| 249 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], | 249 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], |
| 250 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], | 250 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], |
| 251 | 251 |
| 252 # BUG(v8:3838). | 252 # BUG(v8:3838). |
| 253 'regress/regress-3116': [PASS, ['isolates', FLAKY]], | 253 'regress/regress-3116': [PASS, ['isolates', FLAKY]], |
| 254 | 254 |
| 255 # BUG(v:4458). TODO(mvstanton): reenable the test once --vector-stores is | 255 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is |
| 256 # prermanently enabled. | 256 # prermanently enabled. |
| 257 'call-counts': [SKIP], | 257 'call-counts': [SKIP], |
| 258 | 258 |
| 259 # BUG(chromium:508074). Remove this once the issue is fixed. | 259 # BUG(chromium:508074). Remove this once the issue is fixed. |
| 260 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], | 260 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], |
| 261 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], | 261 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], |
| 262 | 262 |
| 263 # Slow tests. | 263 # Slow tests. |
| 264 'copy-on-write-assert': [PASS, SLOW], | 264 'copy-on-write-assert': [PASS, SLOW], |
| 265 'debug-scopes': [PASS, SLOW], | 265 'debug-scopes': [PASS, SLOW], |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'd8-worker-sharedarraybuffer': [SKIP], | 714 'd8-worker-sharedarraybuffer': [SKIP], |
| 715 }], # 'predictable == True' | 715 }], # 'predictable == True' |
| 716 | 716 |
| 717 ############################################################################## | 717 ############################################################################## |
| 718 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 718 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 719 | 719 |
| 720 # take too long with the simulator. | 720 # take too long with the simulator. |
| 721 'regress/regress-1132': [SKIP], | 721 'regress/regress-1132': [SKIP], |
| 722 }], # 'arch == ppc and simulator_run == True' | 722 }], # 'arch == ppc and simulator_run == True' |
| 723 ] | 723 ] |
| OLD | NEW |