| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], | 269 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], |
| 270 | 270 |
| 271 # Slow tests. | 271 # Slow tests. |
| 272 'copy-on-write-assert': [PASS, SLOW], | 272 'copy-on-write-assert': [PASS, SLOW], |
| 273 'debug-scopes': [PASS, SLOW], | 273 'debug-scopes': [PASS, SLOW], |
| 274 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 274 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
| 275 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 275 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
| 276 'readonly': [PASS, SLOW], | 276 'readonly': [PASS, SLOW], |
| 277 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 277 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
| 278 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 278 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
| 279 # Issue 4493: The 'implicit-conversions' is only NO_VARIANTS because of 4493. | 279 'strong/implicit-conversions': [PASS, SLOW], |
| 280 'strong/implicit-conversions': [PASS, SLOW, NO_VARIANTS], | |
| 281 'strong/load-element-mutate-backing-store': [PASS, SLOW], | 280 'strong/load-element-mutate-backing-store': [PASS, SLOW], |
| 282 }], # ALWAYS | 281 }], # ALWAYS |
| 283 | 282 |
| 284 ['novfp3 == True', { | 283 ['novfp3 == True', { |
| 285 'asm/embenchen/box2d': [SKIP], | 284 'asm/embenchen/box2d': [SKIP], |
| 286 'asm/embenchen/zlib': [SKIP], | 285 'asm/embenchen/zlib': [SKIP], |
| 287 'asm/embenchen/memops': [SKIP], | 286 'asm/embenchen/memops': [SKIP], |
| 288 'asm/embenchen/lua_binarytrees': [SKIP], | 287 'asm/embenchen/lua_binarytrees': [SKIP], |
| 289 }], # novfp3 == True | 288 }], # novfp3 == True |
| 290 | 289 |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 'd8-worker-sharedarraybuffer': [SKIP], | 729 'd8-worker-sharedarraybuffer': [SKIP], |
| 731 }], # 'predictable == True' | 730 }], # 'predictable == True' |
| 732 | 731 |
| 733 ############################################################################## | 732 ############################################################################## |
| 734 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 733 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 735 | 734 |
| 736 # take too long with the simulator. | 735 # take too long with the simulator. |
| 737 'regress/regress-1132': [SKIP], | 736 'regress/regress-1132': [SKIP], |
| 738 }], # 'arch == ppc and simulator_run == True' | 737 }], # 'arch == ppc and simulator_run == True' |
| 739 ] | 738 ] |
| OLD | NEW |