| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 # BUG(v8:4381) | 347 # BUG(v8:4381) |
| 348 'for-in-opt': [PASS, FAIL], | 348 'for-in-opt': [PASS, FAIL], |
| 349 | 349 |
| 350 # Slow tests. | 350 # Slow tests. |
| 351 'array-constructor': [PASS, SLOW], | 351 'array-constructor': [PASS, SLOW], |
| 352 'json': [PASS, SLOW], | 352 'json': [PASS, SLOW], |
| 353 'regress/regress-446389': [PASS, SLOW], | 353 'regress/regress-446389': [PASS, SLOW], |
| 354 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 354 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
| 355 | 355 |
| 356 # BUG(v8:4493). | 356 # BUG(v8:4493). |
| 357 'accessor-map-sharing': [PASS, NO_VARIANTS], | |
| 358 'tools/profviz': [PASS, NO_VARIANTS], | 357 'tools/profviz': [PASS, NO_VARIANTS], |
| 359 }], # 'gc_stress == True' | 358 }], # 'gc_stress == True' |
| 360 | 359 |
| 361 ############################################################################## | 360 ############################################################################## |
| 362 ['no_i18n == True and mode == debug', { | 361 ['no_i18n == True and mode == debug', { |
| 363 # Tests too slow for no18n debug. | 362 # Tests too slow for no18n debug. |
| 364 'regress/regress-1200351': [SKIP], | 363 'regress/regress-1200351': [SKIP], |
| 365 }], # 'no_i18n == True and mode == debug' | 364 }], # 'no_i18n == True and mode == debug' |
| 366 | 365 |
| 367 ############################################################################## | 366 ############################################################################## |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 'd8-worker-sharedarraybuffer': [SKIP], | 725 'd8-worker-sharedarraybuffer': [SKIP], |
| 727 }], # 'predictable == True' | 726 }], # 'predictable == True' |
| 728 | 727 |
| 729 ############################################################################## | 728 ############################################################################## |
| 730 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 729 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 731 | 730 |
| 732 # take too long with the simulator. | 731 # take too long with the simulator. |
| 733 'regress/regress-1132': [SKIP], | 732 'regress/regress-1132': [SKIP], |
| 734 }], # 'arch == ppc and simulator_run == True' | 733 }], # 'arch == ppc and simulator_run == True' |
| 735 ] | 734 ] |
| OLD | NEW |