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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 | 42 |
43 # This test non-deterministically runs out of memory on Windows ia32. | 43 # This test non-deterministically runs out of memory on Windows ia32. |
44 'regress/regress-crbug-160010': [SKIP], | 44 'regress/regress-crbug-160010': [SKIP], |
45 | 45 |
46 # Issue 3389: deopt_every_n_garbage_collections is unsafe | 46 # Issue 3389: deopt_every_n_garbage_collections is unsafe |
47 'regress/regress-2653': [SKIP], | 47 'regress/regress-2653': [SKIP], |
48 | 48 |
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. |
| 53 # These tests may be changed or removed when 'chain' is deprecated. |
| 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
| 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| 56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
| 57 |
52 ############################################################################## | 58 ############################################################################## |
53 # TurboFan compiler failures. | 59 # TurboFan compiler failures. |
54 | 60 |
55 # TODO(verwaest): Some tests are over-restrictive about object layout. | 61 # TODO(verwaest): Some tests are over-restrictive about object layout. |
56 'array-constructor-feedback': [PASS, NO_VARIANTS], | 62 'array-constructor-feedback': [PASS, NO_VARIANTS], |
57 'array-feedback': [PASS, NO_VARIANTS], | 63 'array-feedback': [PASS, NO_VARIANTS], |
58 'compare-known-objects-slow': [PASS, NO_VARIANTS], | 64 'compare-known-objects-slow': [PASS, NO_VARIANTS], |
59 'elements-kind': [PASS, NO_VARIANTS], | 65 'elements-kind': [PASS, NO_VARIANTS], |
60 'opt-elements-kind': [PASS, NO_VARIANTS], | 66 'opt-elements-kind': [PASS, NO_VARIANTS], |
61 'smi-representation': [PASS, NO_VARIANTS], | 67 'smi-representation': [PASS, NO_VARIANTS], |
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 | 1099 |
1094 ############################################################################## | 1100 ############################################################################## |
1095 ['gcov_coverage', { | 1101 ['gcov_coverage', { |
1096 # Tests taking too long. | 1102 # Tests taking too long. |
1097 'array-functions-prototype-misc': [SKIP], | 1103 'array-functions-prototype-misc': [SKIP], |
1098 'strong/implicit-conversions': [SKIP], | 1104 'strong/implicit-conversions': [SKIP], |
1099 'strong/load-element-mutate-backing-store': [SKIP], | 1105 'strong/load-element-mutate-backing-store': [SKIP], |
1100 }], # 'gcov_coverage' | 1106 }], # 'gcov_coverage' |
1101 | 1107 |
1102 ] | 1108 ] |
OLD | NEW |