| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 | 280 |
| 281 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 281 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
| 282 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 282 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
| 283 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 283 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, |
| 284 # desugaring regexp property class relies on ICU. | 284 # desugaring regexp property class relies on ICU. |
| 285 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 285 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 286 | 286 |
| 287 ############################################################################ | 287 ############################################################################ |
| 288 # Ignition | 288 # Ignition |
| 289 | 289 |
| 290 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | |
| 291 'debug-liveedit-stepin': [PASS, NO_IGNITION], | |
| 292 'debug-liveedit-stack-padding': [PASS, NO_IGNITION], | |
| 293 | |
| 294 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 290 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 295 'array-literal-feedback': [PASS, NO_IGNITION], | 291 'array-literal-feedback': [PASS, NO_IGNITION], |
| 296 'regress/regress-4121': [PASS, NO_IGNITION], | 292 'regress/regress-4121': [PASS, NO_IGNITION], |
| 297 | 293 |
| 298 # TODO(mythria, 4764): lack of osr support. | 294 # TODO(mythria, 4764): lack of osr support. |
| 299 'regress/regress-2618': [PASS, NO_IGNITION], | 295 'regress/regress-2618': [PASS, NO_IGNITION], |
| 300 | 296 |
| 301 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 297 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
| 302 # till it is optimized. So test timeouts. | 298 # till it is optimized. So test timeouts. |
| 303 'array-literal-transitions': [PASS, NO_IGNITION], | 299 'array-literal-transitions': [PASS, NO_IGNITION], |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 | 830 |
| 835 ############################################################################## | 831 ############################################################################## |
| 836 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 832 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 837 | 833 |
| 838 # take too long with the simulator. | 834 # take too long with the simulator. |
| 839 'regress/regress-1132': [SKIP], | 835 'regress/regress-1132': [SKIP], |
| 840 }], # 'arch == ppc and simulator_run == True' | 836 }], # 'arch == ppc and simulator_run == True' |
| 841 | 837 |
| 842 ############################################################################## | 838 ############################################################################## |
| 843 ['ignition or ignition_turbofan', { | 839 ['ignition or ignition_turbofan', { |
| 844 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | |
| 845 'debug-liveedit-stepin': [FAIL], | |
| 846 'debug-liveedit-stack-padding': [SKIP], | |
| 847 | |
| 848 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 840 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 849 'array-literal-feedback': [FAIL], | 841 'array-literal-feedback': [FAIL], |
| 850 'regress/regress-4121': [FAIL], | 842 'regress/regress-4121': [FAIL], |
| 851 | 843 |
| 852 # TODO(mythria, 4764): lack of osr support. | 844 # TODO(mythria, 4764): lack of osr support. |
| 853 'regress/regress-2618': [FAIL], | 845 'regress/regress-2618': [FAIL], |
| 854 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 846 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
| 855 # till it is optimized. So test timeouts. | 847 # till it is optimized. So test timeouts. |
| 856 'array-literal-transitions': [SKIP], | 848 'array-literal-transitions': [SKIP], |
| 857 | 849 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 ############################################################################## | 893 ############################################################################## |
| 902 ['gcov_coverage', { | 894 ['gcov_coverage', { |
| 903 # Tests taking too long. | 895 # Tests taking too long. |
| 904 'array-functions-prototype-misc': [SKIP], | 896 'array-functions-prototype-misc': [SKIP], |
| 905 | 897 |
| 906 # Stack overflow. | 898 # Stack overflow. |
| 907 'big-array-literal': [SKIP], | 899 'big-array-literal': [SKIP], |
| 908 }], # 'gcov_coverage' | 900 }], # 'gcov_coverage' |
| 909 | 901 |
| 910 ] | 902 ] |
| OLD | NEW |