| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 | 337 |
| 338 # Issue 3723. | 338 # Issue 3723. |
| 339 'regress/regress-3717': [SKIP], | 339 'regress/regress-3717': [SKIP], |
| 340 | 340 |
| 341 # BUG(v8:4237) | 341 # BUG(v8:4237) |
| 342 'regress/regress-3976': [SKIP], | 342 'regress/regress-3976': [SKIP], |
| 343 | 343 |
| 344 # BUG(v8:4359) | 344 # BUG(v8:4359) |
| 345 'strong/load-proxy': [SKIP], | 345 'strong/load-proxy': [SKIP], |
| 346 | 346 |
| 347 # BUG(v8:4381) | |
| 348 'for-in-opt': [PASS, FAIL], | |
| 349 | |
| 350 # Slow tests. | 347 # Slow tests. |
| 351 'array-constructor': [PASS, SLOW], | 348 'array-constructor': [PASS, SLOW], |
| 352 'json': [PASS, SLOW], | 349 'json': [PASS, SLOW], |
| 353 'regress/regress-446389': [PASS, SLOW], | 350 'regress/regress-446389': [PASS, SLOW], |
| 354 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 351 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
| 355 | 352 |
| 356 # BUG(v8:4493). | 353 # BUG(v8:4493). |
| 357 'tools/profviz': [PASS, NO_VARIANTS], | 354 'tools/profviz': [PASS, NO_VARIANTS], |
| 358 }], # 'gc_stress == True' | 355 }], # 'gc_stress == True' |
| 359 | 356 |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'd8-worker-sharedarraybuffer': [SKIP], | 728 'd8-worker-sharedarraybuffer': [SKIP], |
| 732 }], # 'predictable == True' | 729 }], # 'predictable == True' |
| 733 | 730 |
| 734 ############################################################################## | 731 ############################################################################## |
| 735 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 732 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 736 | 733 |
| 737 # take too long with the simulator. | 734 # take too long with the simulator. |
| 738 'regress/regress-1132': [SKIP], | 735 'regress/regress-1132': [SKIP], |
| 739 }], # 'arch == ppc and simulator_run == True' | 736 }], # 'arch == ppc and simulator_run == True' |
| 740 ] | 737 ] |
| OLD | NEW |