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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 | 47 |
48 # This test non-deterministically runs out of memory on Windows ia32. | 48 # This test non-deterministically runs out of memory on Windows ia32. |
49 'regress/regress-crbug-160010': [SKIP], | 49 'regress/regress-crbug-160010': [SKIP], |
50 | 50 |
51 # Issue 3389: deopt_every_n_garbage_collections is unsafe | 51 # Issue 3389: deopt_every_n_garbage_collections is unsafe |
52 'regress/regress-2653': [SKIP], | 52 'regress/regress-2653': [SKIP], |
53 | 53 |
54 # Issue 3784: setters-on-elements is flaky | 54 # Issue 3784: setters-on-elements is flaky |
55 'setters-on-elements': [PASS, FAIL], | 55 'setters-on-elements': [PASS, FAIL], |
56 | 56 |
| 57 # Issue 3641: The new 'then' semantics suppress some exceptions. |
| 58 # These tests may be changed or removed when 'chain' is deprecated. |
| 59 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
| 60 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| 61 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
| 62 |
57 ############################################################################## | 63 ############################################################################## |
58 # TurboFan compiler failures. | 64 # TurboFan compiler failures. |
59 | 65 |
60 # TODO(verwaest): Some tests are over-restrictive about object layout. | 66 # TODO(verwaest): Some tests are over-restrictive about object layout. |
61 'array-constructor-feedback': [PASS, NO_VARIANTS], | 67 'array-constructor-feedback': [PASS, NO_VARIANTS], |
62 'array-feedback': [PASS, NO_VARIANTS], | 68 'array-feedback': [PASS, NO_VARIANTS], |
63 'compare-known-objects-slow': [PASS, NO_VARIANTS], | 69 'compare-known-objects-slow': [PASS, NO_VARIANTS], |
64 'elements-kind': [PASS, NO_VARIANTS], | 70 'elements-kind': [PASS, NO_VARIANTS], |
65 'opt-elements-kind': [PASS, NO_VARIANTS], | 71 'opt-elements-kind': [PASS, NO_VARIANTS], |
66 'smi-representation': [PASS, NO_VARIANTS], | 72 'smi-representation': [PASS, NO_VARIANTS], |
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1054 'regress/regress-crbug-347903': [SKIP], | 1060 'regress/regress-crbug-347903': [SKIP], |
1055 'regress/regress-crbug-505007-1': [SKIP], | 1061 'regress/regress-crbug-505007-1': [SKIP], |
1056 'regress/regress-crbug-505007-2': [SKIP], | 1062 'regress/regress-crbug-505007-2': [SKIP], |
1057 'regress/short-circuit': [SKIP], | 1063 'regress/short-circuit': [SKIP], |
1058 'stack-traces-overflow': [SKIP], | 1064 'stack-traces-overflow': [SKIP], |
1059 'unicodelctest': [SKIP], | 1065 'unicodelctest': [SKIP], |
1060 'unicodelctest-no-optimization': [SKIP], | 1066 'unicodelctest-no-optimization': [SKIP], |
1061 }], # ignition == True and (arch == arm or arch == arm64) | 1067 }], # ignition == True and (arch == arm or arch == arm64) |
1062 | 1068 |
1063 ] | 1069 ] |
OLD | NEW |