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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 # TODO(mythria, 4764): lack of osr support. | 791 # TODO(mythria, 4764): lack of osr support. |
792 'regress/regress-2618': [FAIL], | 792 'regress/regress-2618': [FAIL], |
793 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 793 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
794 # till it is optimized. So test timeouts. | 794 # till it is optimized. So test timeouts. |
795 'array-literal-transitions': [SKIP], | 795 'array-literal-transitions': [SKIP], |
796 | 796 |
797 # TODO(mythria, 4680): Relate to GC and ignition holding references to | 797 # TODO(mythria, 4680): Relate to GC and ignition holding references to |
798 # objects. | 798 # objects. |
799 'es6/mirror-collections': [FAIL], | 799 'es6/mirror-collections': [FAIL], |
800 | 800 |
801 # TODO(mythria, 4680): possibly problem with line numbers. | |
802 'es6/regress/regress-468661': [FAIL], | |
803 | |
804 # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when | 801 # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when |
805 # trying to get a context register in BytecodeGenerator. | 802 # trying to get a context register in BytecodeGenerator. |
806 'harmony/regress/regress-4658': [FAIL, ['mode == release and dcheck_always_on
== False', PASS],], | 803 'harmony/regress/regress-4658': [FAIL, ['mode == release and dcheck_always_on
== False', PASS],], |
807 | 804 |
808 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng | 805 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng |
809 # eager compile of the whole script instead of during lazy compile of the func
tion | 806 # eager compile of the whole script instead of during lazy compile of the func
tion |
810 # f(), so we can't catch the exception in the try/catch. Skip because on some | 807 # f(), so we can't catch the exception in the try/catch. Skip because on some |
811 # platforms the stack limit is different and the exception doesn't fire. | 808 # platforms the stack limit is different and the exception doesn't fire. |
812 'regress/regress-crbug-589472': [SKIP], | 809 'regress/regress-crbug-589472': [SKIP], |
813 | 810 |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
905 ############################################################################## | 902 ############################################################################## |
906 ['gcov_coverage', { | 903 ['gcov_coverage', { |
907 # Tests taking too long. | 904 # Tests taking too long. |
908 'array-functions-prototype-misc': [SKIP], | 905 'array-functions-prototype-misc': [SKIP], |
909 | 906 |
910 # Stack overflow. | 907 # Stack overflow. |
911 'big-array-literal': [SKIP], | 908 'big-array-literal': [SKIP], |
912 }], # 'gcov_coverage' | 909 }], # 'gcov_coverage' |
913 | 910 |
914 ] | 911 ] |
OLD | NEW |