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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 # Issue 3784: setters-on-elements is flaky | 49 # Issue 3784: setters-on-elements is flaky |
50 'setters-on-elements': [PASS, FAIL], | 50 'setters-on-elements': [PASS, FAIL], |
51 | 51 |
52 # Issue 3641: The new 'then' semantics suppress some exceptions. | 52 # Issue 3641: The new 'then' semantics suppress some exceptions. |
53 # These tests may be changed or removed when 'chain' is deprecated. | 53 # These tests may be changed or removed when 'chain' is deprecated. |
54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], | 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], | 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], | 56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
57 'es6/debug-promises/throw-with-undefined-reject': [FAIL], | 57 'es6/debug-promises/throw-with-undefined-reject': [FAIL], |
58 | 58 |
59 # Issue 4093: This test will be updated in the course of implementing | |
60 # @@species, when TypedArray support is added. | |
61 'regress/regress-544991': [SKIP], | |
62 | |
63 ############################################################################## | 59 ############################################################################## |
64 # TurboFan compiler failures. | 60 # TurboFan compiler failures. |
65 | 61 |
66 # TODO(verwaest): Some tests are over-restrictive about object layout. | 62 # TODO(verwaest): Some tests are over-restrictive about object layout. |
67 'array-constructor-feedback': [PASS, NO_VARIANTS], | 63 'array-constructor-feedback': [PASS, NO_VARIANTS], |
68 'array-feedback': [PASS, NO_VARIANTS], | 64 'array-feedback': [PASS, NO_VARIANTS], |
69 'compare-known-objects-slow': [PASS, NO_VARIANTS], | 65 'compare-known-objects-slow': [PASS, NO_VARIANTS], |
70 'elements-kind': [PASS, NO_VARIANTS], | 66 'elements-kind': [PASS, NO_VARIANTS], |
71 'opt-elements-kind': [PASS, NO_VARIANTS], | 67 'opt-elements-kind': [PASS, NO_VARIANTS], |
72 'smi-representation': [PASS, NO_VARIANTS], | 68 'smi-representation': [PASS, NO_VARIANTS], |
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 'regress/regress-454725': [SKIP], | 988 'regress/regress-454725': [SKIP], |
993 'regress/regress-457935': [SKIP], | 989 'regress/regress-457935': [SKIP], |
994 'regress/regress-470804': [SKIP], | 990 'regress/regress-470804': [SKIP], |
995 'regress/regress-476488': [SKIP], | 991 'regress/regress-476488': [SKIP], |
996 'regress/regress-491536': [SKIP], | 992 'regress/regress-491536': [SKIP], |
997 'regress/regress-503565': [SKIP], | 993 'regress/regress-503565': [SKIP], |
998 'regress/regress-514362': [SKIP], | 994 'regress/regress-514362': [SKIP], |
999 'regress/regress-520029': [SKIP], | 995 'regress/regress-520029': [SKIP], |
1000 'regress/regress-542099': [SKIP], | 996 'regress/regress-542099': [SKIP], |
1001 'regress/regress-542100': [SKIP], | 997 'regress/regress-542100': [SKIP], |
| 998 'regress/regress-544991': [SKIP], |
1002 'regress/regress-568765': [SKIP], | 999 'regress/regress-568765': [SKIP], |
1003 'regress/regress-580': [SKIP], | 1000 'regress/regress-580': [SKIP], |
1004 'regress/regress-618': [SKIP], | 1001 'regress/regress-618': [SKIP], |
1005 'regress/regress-643': [SKIP], | 1002 'regress/regress-643': [SKIP], |
1006 'regress/regress-69': [SKIP], | 1003 'regress/regress-69': [SKIP], |
1007 'regress/regress-70066': [SKIP], | 1004 'regress/regress-70066': [SKIP], |
1008 'regress/regress-747': [SKIP], | 1005 'regress/regress-747': [SKIP], |
1009 'regress/regress-753': [SKIP], | 1006 'regress/regress-753': [SKIP], |
1010 'regress/regress-799761': [SKIP], | 1007 'regress/regress-799761': [SKIP], |
1011 'regress/regress-806473': [SKIP], | 1008 'regress/regress-806473': [SKIP], |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1189 | 1186 |
1190 ############################################################################## | 1187 ############################################################################## |
1191 ['gcov_coverage', { | 1188 ['gcov_coverage', { |
1192 # Tests taking too long. | 1189 # Tests taking too long. |
1193 'array-functions-prototype-misc': [SKIP], | 1190 'array-functions-prototype-misc': [SKIP], |
1194 'strong/implicit-conversions': [SKIP], | 1191 'strong/implicit-conversions': [SKIP], |
1195 'strong/load-element-mutate-backing-store': [SKIP], | 1192 'strong/load-element-mutate-backing-store': [SKIP], |
1196 }], # 'gcov_coverage' | 1193 }], # 'gcov_coverage' |
1197 | 1194 |
1198 ] | 1195 ] |
OLD | NEW |