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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'es6/*': [SKIP], | 752 'es6/*': [SKIP], |
753 'es7/*': [SKIP], | 753 'es7/*': [SKIP], |
754 'strong/*': [SKIP], | 754 'strong/*': [SKIP], |
755 'harmony/*': [SKIP], | 755 'harmony/*': [SKIP], |
756 'regress/debug*': [SKIP], | 756 'regress/debug*': [SKIP], |
757 'regress/regress-debug*': [SKIP], | 757 'regress/regress-debug*': [SKIP], |
758 | 758 |
759 # TODO(4690): Failing in debugger DebuggerInspectableFrame. | 759 # TODO(4690): Failing in debugger DebuggerInspectableFrame. |
760 'for-in-opt': [FAIL], | 760 'for-in-opt': [FAIL], |
761 | 761 |
| 762 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. |
| 763 'regress/regress-568765': [SKIP], |
| 764 |
762 'arguments-load-across-eval': [SKIP], | 765 'arguments-load-across-eval': [SKIP], |
763 'array-constructor': [PASS, SLOW], | 766 'array-constructor': [PASS, SLOW], |
764 'array-functions-prototype-misc': [SKIP], | 767 'array-functions-prototype-misc': [SKIP], |
765 'array-join': [SKIP], | 768 'array-join': [SKIP], |
766 'array-literal-feedback': [SKIP], | 769 'array-literal-feedback': [SKIP], |
767 'array-literal-transitions': [SKIP], | 770 'array-literal-transitions': [SKIP], |
768 'break': [SKIP], | 771 'break': [SKIP], |
769 'call-runtime-tail': [SKIP], | 772 'call-runtime-tail': [SKIP], |
770 'compiler/deopt-inlined-smi': [SKIP], | 773 'compiler/deopt-inlined-smi': [SKIP], |
771 'compiler/deopt-tonumber-compare': [SKIP], | 774 'compiler/deopt-tonumber-compare': [SKIP], |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
965 # Tests taking too long. | 968 # Tests taking too long. |
966 'array-functions-prototype-misc': [SKIP], | 969 'array-functions-prototype-misc': [SKIP], |
967 'strong/implicit-conversions': [SKIP], | 970 'strong/implicit-conversions': [SKIP], |
968 'strong/load-element-mutate-backing-store': [SKIP], | 971 'strong/load-element-mutate-backing-store': [SKIP], |
969 | 972 |
970 # Stack overflow. | 973 # Stack overflow. |
971 'big-array-literal': [SKIP], | 974 'big-array-literal': [SKIP], |
972 }], # 'gcov_coverage' | 975 }], # 'gcov_coverage' |
973 | 976 |
974 ] | 977 ] |
OLD | NEW |