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