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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. | 290 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
291 'debug-liveedit-restart-frame': [PASS, NO_IGNITION], | |
292 'debug-liveedit-literals': [PASS, NO_IGNITION], | |
293 'debug-liveedit-3': [PASS, NO_IGNITION], | |
294 'debug-liveedit-1': [PASS, NO_IGNITION], | |
295 'debug-liveedit-2': [PASS, NO_IGNITION], | |
296 'debug-liveedit-patch-positions-replace': [PASS, NO_IGNITION], | |
297 'debug-liveedit-patch-positions': [PASS, NO_IGNITION], | |
298 'debug-liveedit-stepin': [PASS, NO_IGNITION], | 291 'debug-liveedit-stepin': [PASS, NO_IGNITION], |
299 'debug-liveedit-newsource': [PASS, NO_IGNITION], | |
300 'debug-liveedit-stack-padding': [PASS, NO_IGNITION], | 292 'debug-liveedit-stack-padding': [PASS, NO_IGNITION], |
301 'debug-liveedit-breakpoints': [PASS, NO_IGNITION], | 293 'debug-liveedit-breakpoints': [PASS, NO_IGNITION], |
302 'es6/debug-liveedit-new-target-1': [PASS, NO_IGNITION], | |
303 'es6/debug-liveedit-new-target-2': [PASS, NO_IGNITION], | |
304 'es6/debug-liveedit-new-target-3': [PASS, NO_IGNITION], | |
305 'es6/generators-debug-liveedit': [PASS, NO_IGNITION], | |
306 | 294 |
307 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 295 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
308 'array-literal-feedback': [PASS, NO_IGNITION], | 296 'array-literal-feedback': [PASS, NO_IGNITION], |
309 'regress/regress-4121': [PASS, NO_IGNITION], | 297 'regress/regress-4121': [PASS, NO_IGNITION], |
310 | 298 |
311 # TODO(mythria, 4764): lack of osr support. | 299 # TODO(mythria, 4764): lack of osr support. |
312 'regress/regress-2618': [PASS, NO_IGNITION], | 300 'regress/regress-2618': [PASS, NO_IGNITION], |
313 | 301 |
314 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 302 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
315 # till it is optimized. So test timeouts. | 303 # till it is optimized. So test timeouts. |
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 ############################################################################## | 836 ############################################################################## |
849 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 837 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
850 | 838 |
851 # take too long with the simulator. | 839 # take too long with the simulator. |
852 'regress/regress-1132': [SKIP], | 840 'regress/regress-1132': [SKIP], |
853 }], # 'arch == ppc and simulator_run == True' | 841 }], # 'arch == ppc and simulator_run == True' |
854 | 842 |
855 ############################################################################## | 843 ############################################################################## |
856 ['ignition or ignition_turbofan', { | 844 ['ignition or ignition_turbofan', { |
857 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | 845 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
858 'debug-liveedit-restart-frame': [FAIL], | |
859 'debug-liveedit-literals': [FAIL], | |
860 'debug-liveedit-3': [FAIL], | |
861 'debug-liveedit-1': [FAIL], | |
862 'debug-liveedit-2': [FAIL], | |
863 'debug-liveedit-patch-positions-replace': [FAIL], | |
864 'debug-liveedit-patch-positions': [FAIL], | |
865 'debug-liveedit-stepin': [FAIL], | 846 'debug-liveedit-stepin': [FAIL], |
866 'debug-liveedit-newsource': [FAIL], | 847 'debug-liveedit-stack-padding': [SKIP], |
867 'debug-liveedit-stack-padding': [FAIL], | |
868 'debug-liveedit-breakpoints': [FAIL], | 848 'debug-liveedit-breakpoints': [FAIL], |
869 'es6/debug-liveedit-new-target-1': [FAIL], | |
870 'es6/debug-liveedit-new-target-2': [FAIL], | |
871 'es6/debug-liveedit-new-target-3': [FAIL], | |
872 'es6/generators-debug-liveedit': [FAIL], | |
873 | 849 |
874 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 850 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
875 'array-literal-feedback': [FAIL], | 851 'array-literal-feedback': [FAIL], |
876 'regress/regress-4121': [FAIL], | 852 'regress/regress-4121': [FAIL], |
877 | 853 |
878 # TODO(mythria, 4764): lack of osr support. | 854 # TODO(mythria, 4764): lack of osr support. |
879 'regress/regress-2618': [FAIL], | 855 'regress/regress-2618': [FAIL], |
880 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 856 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
881 # till it is optimized. So test timeouts. | 857 # till it is optimized. So test timeouts. |
882 'array-literal-transitions': [SKIP], | 858 'array-literal-transitions': [SKIP], |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
927 ############################################################################## | 903 ############################################################################## |
928 ['gcov_coverage', { | 904 ['gcov_coverage', { |
929 # Tests taking too long. | 905 # Tests taking too long. |
930 'array-functions-prototype-misc': [SKIP], | 906 'array-functions-prototype-misc': [SKIP], |
931 | 907 |
932 # Stack overflow. | 908 # Stack overflow. |
933 'big-array-literal': [SKIP], | 909 'big-array-literal': [SKIP], |
934 }], # 'gcov_coverage' | 910 }], # 'gcov_coverage' |
935 | 911 |
936 ] | 912 ] |
OLD | NEW |