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 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 'regress/regress-1528': [FAIL], | 756 'regress/regress-1528': [FAIL], |
757 'regress/regress-2594': [FAIL], | 757 'regress/regress-2594': [FAIL], |
758 'regress/regress-410030': [FAIL], | 758 'regress/regress-410030': [FAIL], |
759 'regress/regress-96523': [FAIL], | 759 'regress/regress-96523': [FAIL], |
760 'regress/regress-crbug-505907': [FAIL], | 760 'regress/regress-crbug-505907': [FAIL], |
761 'regress/regress-crbug-506956': [FAIL], | 761 'regress/regress-crbug-506956': [FAIL], |
762 'strict-mode-implicit-receiver': [FAIL], | 762 'strict-mode-implicit-receiver': [FAIL], |
763 'throw-and-catch-function': [FAIL], | 763 'throw-and-catch-function': [FAIL], |
764 'with-leave': [FAIL], | 764 'with-leave': [FAIL], |
765 | 765 |
| 766 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. |
| 767 'regress/regress-568765': [SKIP], |
| 768 |
766 'arguments-load-across-eval': [SKIP], | 769 'arguments-load-across-eval': [SKIP], |
767 'arguments-read-and-assignment': [SKIP], | 770 'arguments-read-and-assignment': [SKIP], |
768 'array-constructor': [SKIP], | 771 'array-constructor': [SKIP], |
769 'array-functions-prototype-misc': [SKIP], | 772 'array-functions-prototype-misc': [SKIP], |
770 'array-join': [SKIP], | 773 'array-join': [SKIP], |
771 'array-literal-feedback': [SKIP], | 774 'array-literal-feedback': [SKIP], |
772 'array-literal-transitions': [SKIP], | 775 'array-literal-transitions': [SKIP], |
773 'break': [SKIP], | 776 'break': [SKIP], |
774 'call-runtime-tail': [SKIP], | 777 'call-runtime-tail': [SKIP], |
775 'compiler/compare-map-elim2': [SKIP], | 778 'compiler/compare-map-elim2': [SKIP], |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1030 # Tests taking too long. | 1033 # Tests taking too long. |
1031 'array-functions-prototype-misc': [SKIP], | 1034 'array-functions-prototype-misc': [SKIP], |
1032 'strong/implicit-conversions': [SKIP], | 1035 'strong/implicit-conversions': [SKIP], |
1033 'strong/load-element-mutate-backing-store': [SKIP], | 1036 'strong/load-element-mutate-backing-store': [SKIP], |
1034 | 1037 |
1035 # Stack overflow. | 1038 # Stack overflow. |
1036 'big-array-literal': [SKIP], | 1039 'big-array-literal': [SKIP], |
1037 }], # 'gcov_coverage' | 1040 }], # 'gcov_coverage' |
1038 | 1041 |
1039 ] | 1042 ] |
OLD | NEW |