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 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
987 'regress/regress-crbug-498142': [SKIP], | 987 'regress/regress-crbug-498142': [SKIP], |
988 'regress/regress-crbug-500824': [SKIP], | 988 'regress/regress-crbug-500824': [SKIP], |
989 'regress/regress-crbug-501809': [SKIP], | 989 'regress/regress-crbug-501809': [SKIP], |
990 'regress/regress-crbug-506443': [SKIP], | 990 'regress/regress-crbug-506443': [SKIP], |
991 'regress/regress-crbug-507070': [SKIP], | 991 'regress/regress-crbug-507070': [SKIP], |
992 'regress/regress-crbug-527364': [SKIP], | 992 'regress/regress-crbug-527364': [SKIP], |
993 'regress/regress-crbug-530598': [SKIP], | 993 'regress/regress-crbug-530598': [SKIP], |
994 'regress/regress-crbug-546968': [SKIP], | 994 'regress/regress-crbug-546968': [SKIP], |
995 'regress/regress-deopt-gcb': [SKIP], | 995 'regress/regress-deopt-gcb': [SKIP], |
996 'regress/regress-deopt-gc': [SKIP], | 996 'regress/regress-deopt-gc': [SKIP], |
| 997 'regress/regress-deopt-in-array-literal-spread': [SKIP], |
997 'regress/regress-embedded-cons-string': [SKIP], | 998 'regress/regress-embedded-cons-string': [SKIP], |
998 'regress/regress-existing-shared-function-info': [SKIP], | 999 'regress/regress-existing-shared-function-info': [SKIP], |
999 'regress/regress-fast-literal-transition': [SKIP], | 1000 'regress/regress-fast-literal-transition': [SKIP], |
1000 'regress/regress-force-representation': [SKIP], | 1001 'regress/regress-force-representation': [SKIP], |
1001 'regress/regress-function-constructor-receiver': [SKIP], | 1002 'regress/regress-function-constructor-receiver': [SKIP], |
1002 'regress/regress-handle-illegal-redeclaration': [SKIP], | 1003 'regress/regress-handle-illegal-redeclaration': [SKIP], |
1003 'regress/regress-inline-class-constructor': [SKIP], | 1004 'regress/regress-inline-class-constructor': [SKIP], |
1004 'regress/regress-inlining-function-literal-context': [SKIP], | 1005 'regress/regress-inlining-function-literal-context': [SKIP], |
1005 'regress/regress-lazy-deopt-reloc': [SKIP], | 1006 'regress/regress-lazy-deopt-reloc': [SKIP], |
1006 'regress/regress-map-invalidation-2': [SKIP], | 1007 'regress/regress-map-invalidation-2': [SKIP], |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 'regress/regress-crbug-347903': [SKIP], | 1068 'regress/regress-crbug-347903': [SKIP], |
1068 'regress/regress-crbug-505007-1': [SKIP], | 1069 'regress/regress-crbug-505007-1': [SKIP], |
1069 'regress/regress-crbug-505007-2': [SKIP], | 1070 'regress/regress-crbug-505007-2': [SKIP], |
1070 'regress/short-circuit': [SKIP], | 1071 'regress/short-circuit': [SKIP], |
1071 'stack-traces-overflow': [SKIP], | 1072 'stack-traces-overflow': [SKIP], |
1072 'unicodelctest': [SKIP], | 1073 'unicodelctest': [SKIP], |
1073 'unicodelctest-no-optimization': [SKIP], | 1074 'unicodelctest-no-optimization': [SKIP], |
1074 }], # ignition == True and (arch == arm or arch == arm64) | 1075 }], # ignition == True and (arch == arm or arch == arm64) |
1075 | 1076 |
1076 ] | 1077 ] |
OLD | NEW |