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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 'regress/regress-430201': [SKIP], | 922 'regress/regress-430201': [SKIP], |
923 'regress/regress-4309-3': [SKIP], | 923 'regress/regress-4309-3': [SKIP], |
924 'regress/regress-4320': [SKIP], | 924 'regress/regress-4320': [SKIP], |
925 'regress/regress-4325': [SKIP], | 925 'regress/regress-4325': [SKIP], |
926 'regress/regress-436893': [SKIP], | 926 'regress/regress-436893': [SKIP], |
927 'regress/regress-4374': [SKIP], | 927 'regress/regress-4374': [SKIP], |
928 'regress/regress-4388': [SKIP], | 928 'regress/regress-4388': [SKIP], |
929 'regress/regress-444805': [SKIP], | 929 'regress/regress-444805': [SKIP], |
930 'regress/regress-446389': [SKIP], | 930 'regress/regress-446389': [SKIP], |
931 'regress/regress-447756': [SKIP], | 931 'regress/regress-447756': [SKIP], |
| 932 'regress/regress-4509-Class-constructor-typeerror-realm' : [SKIP], |
932 'regress/regress-4515': [SKIP], | 933 'regress/regress-4515': [SKIP], |
933 'regress/regress-4521': [SKIP], | 934 'regress/regress-4521': [SKIP], |
934 'regress/regress-4525': [SKIP], | 935 'regress/regress-4525': [SKIP], |
935 'regress/regress-453481': [SKIP], | 936 'regress/regress-453481': [SKIP], |
936 'regress/regress-4534': [SKIP], | 937 'regress/regress-4534': [SKIP], |
937 'regress/regress-454725': [SKIP], | 938 'regress/regress-454725': [SKIP], |
938 'regress/regress-457935': [SKIP], | 939 'regress/regress-457935': [SKIP], |
939 'regress/regress-470804': [SKIP], | 940 'regress/regress-470804': [SKIP], |
940 'regress/regress-476488': [SKIP], | 941 'regress/regress-476488': [SKIP], |
941 'regress/regress-503565': [SKIP], | 942 'regress/regress-503565': [SKIP], |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1115 | 1116 |
1116 ############################################################################## | 1117 ############################################################################## |
1117 ['gcov_coverage', { | 1118 ['gcov_coverage', { |
1118 # Tests taking too long. | 1119 # Tests taking too long. |
1119 'array-functions-prototype-misc': [SKIP], | 1120 'array-functions-prototype-misc': [SKIP], |
1120 'strong/implicit-conversions': [SKIP], | 1121 'strong/implicit-conversions': [SKIP], |
1121 'strong/load-element-mutate-backing-store': [SKIP], | 1122 'strong/load-element-mutate-backing-store': [SKIP], |
1122 }], # 'gcov_coverage' | 1123 }], # 'gcov_coverage' |
1123 | 1124 |
1124 ] | 1125 ] |
OLD | NEW |