| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 306 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 307 'array-literal-feedback': [PASS, NO_IGNITION], | 307 'array-literal-feedback': [PASS, NO_IGNITION], |
| 308 'regress/regress-4121': [PASS, NO_IGNITION], | 308 'regress/regress-4121': [PASS, NO_IGNITION], |
| 309 | 309 |
| 310 # TODO(mythria, 4764): lack of osr support. | 310 # TODO(mythria, 4764): lack of osr support. |
| 311 'regress/regress-2618': [PASS, NO_IGNITION], | 311 'regress/regress-2618': [PASS, NO_IGNITION], |
| 312 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 312 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
| 313 # till it is optimized. So test timeouts. | 313 # till it is optimized. So test timeouts. |
| 314 'array-literal-transitions': [PASS, NO_IGNITION], | 314 'array-literal-transitions': [PASS, NO_IGNITION], |
| 315 | 315 |
| 316 # TODO(mythria, 4680): Relate to GC and ignition holding references to | |
| 317 # objects. | |
| 318 'es6/mirror-collections': [PASS, NO_IGNITION], | |
| 319 | |
| 320 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng | 316 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng |
| 321 # eager compile of the whole script instead of during lazy compile of the func
tion | 317 # eager compile of the whole script instead of during lazy compile of the func
tion |
| 322 # f(), so we can't catch the exception in the try/catch. Skip because on some | 318 # f(), so we can't catch the exception in the try/catch. Skip because on some |
| 323 # platforms the stack limit is different and the exception doesn't fire. | 319 # platforms the stack limit is different and the exception doesn't fire. |
| 324 'regress/regress-crbug-589472': [PASS, NO_IGNITION], | 320 'regress/regress-crbug-589472': [PASS, NO_IGNITION], |
| 325 | 321 |
| 326 # Debugger test cases that pass with ignition, but not full-codegen. | 322 # Debugger test cases that pass with ignition, but not full-codegen. |
| 327 # These differences between full-codegen and ignition are deliberate. | 323 # These differences between full-codegen and ignition are deliberate. |
| 328 'ignition/elided-instruction-no-ignition': [PASS, NO_IGNITION], | 324 'ignition/elided-instruction-no-ignition': [PASS, NO_IGNITION], |
| 329 | 325 |
| (...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 883 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 888 'array-literal-feedback': [FAIL], | 884 'array-literal-feedback': [FAIL], |
| 889 'regress/regress-4121': [FAIL], | 885 'regress/regress-4121': [FAIL], |
| 890 | 886 |
| 891 # TODO(mythria, 4764): lack of osr support. | 887 # TODO(mythria, 4764): lack of osr support. |
| 892 'regress/regress-2618': [FAIL], | 888 'regress/regress-2618': [FAIL], |
| 893 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 889 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
| 894 # till it is optimized. So test timeouts. | 890 # till it is optimized. So test timeouts. |
| 895 'array-literal-transitions': [SKIP], | 891 'array-literal-transitions': [SKIP], |
| 896 | 892 |
| 897 # TODO(mythria, 4680): Relate to GC and ignition holding references to | |
| 898 # objects. | |
| 899 'es6/mirror-collections': [FAIL], | |
| 900 | |
| 901 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng | 893 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng |
| 902 # eager compile of the whole script instead of during lazy compile of the func
tion | 894 # eager compile of the whole script instead of during lazy compile of the func
tion |
| 903 # f(), so we can't catch the exception in the try/catch. Skip because on some | 895 # f(), so we can't catch the exception in the try/catch. Skip because on some |
| 904 # platforms the stack limit is different and the exception doesn't fire. | 896 # platforms the stack limit is different and the exception doesn't fire. |
| 905 'regress/regress-crbug-589472': [SKIP], | 897 'regress/regress-crbug-589472': [SKIP], |
| 906 | 898 |
| 907 # Debugger test cases that pass with ignition, but not full-codegen. | 899 # Debugger test cases that pass with ignition, but not full-codegen. |
| 908 # These differences between full-codegen and ignition are deliberate. | 900 # These differences between full-codegen and ignition are deliberate. |
| 909 'ignition/elided-instruction-no-ignition': [FAIL], | 901 'ignition/elided-instruction-no-ignition': [FAIL], |
| 910 | 902 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 ############################################################################## | 948 ############################################################################## |
| 957 ['gcov_coverage', { | 949 ['gcov_coverage', { |
| 958 # Tests taking too long. | 950 # Tests taking too long. |
| 959 'array-functions-prototype-misc': [SKIP], | 951 'array-functions-prototype-misc': [SKIP], |
| 960 | 952 |
| 961 # Stack overflow. | 953 # Stack overflow. |
| 962 'big-array-literal': [SKIP], | 954 'big-array-literal': [SKIP], |
| 963 }], # 'gcov_coverage' | 955 }], # 'gcov_coverage' |
| 964 | 956 |
| 965 ] | 957 ] |
| OLD | NEW |