| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], | 241 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a
rm, android_arm64]', SKIP]], |
| 242 | 242 |
| 243 # Too slow for slow variants. | 243 # Too slow for slow variants. |
| 244 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], | 244 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], |
| 245 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], | 245 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], |
| 246 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], | 246 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], |
| 247 | 247 |
| 248 # BUG(v8:3838). | 248 # BUG(v8:3838). |
| 249 'regress/regress-3116': [PASS, ['isolates', FLAKY]], | 249 'regress/regress-3116': [PASS, ['isolates', FLAKY]], |
| 250 | 250 |
| 251 # BUG(v:4458). TODO(mvstanton): reenable the test once --vector-stores is |
| 252 # prermanently enabled. |
| 253 'call-counts': [SKIP], |
| 254 |
| 251 # BUG(chromium:508074). Remove this once the issue is fixed. | 255 # BUG(chromium:508074). Remove this once the issue is fixed. |
| 252 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], | 256 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], |
| 253 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], | 257 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], |
| 254 | 258 |
| 255 # Slow tests. | 259 # Slow tests. |
| 256 'copy-on-write-assert': [PASS, SLOW], | 260 'copy-on-write-assert': [PASS, SLOW], |
| 257 'debug-scopes': [PASS, SLOW], | 261 'debug-scopes': [PASS, SLOW], |
| 258 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 262 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
| 259 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 263 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
| 260 'readonly': [PASS, SLOW], | 264 'readonly': [PASS, SLOW], |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'd8-worker-sharedarraybuffer': [SKIP], | 706 'd8-worker-sharedarraybuffer': [SKIP], |
| 703 }], # 'predictable == True' | 707 }], # 'predictable == True' |
| 704 | 708 |
| 705 ############################################################################## | 709 ############################################################################## |
| 706 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 710 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 707 | 711 |
| 708 # take too long with the simulator. | 712 # take too long with the simulator. |
| 709 'regress/regress-1132': [SKIP], | 713 'regress/regress-1132': [SKIP], |
| 710 }], # 'arch == ppc and simulator_run == True' | 714 }], # 'arch == ppc and simulator_run == True' |
| 711 ] | 715 ] |
| OLD | NEW |