| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'ecma_3/RegExp/15.10.6.2-2': [FAIL], | 91 'ecma_3/RegExp/15.10.6.2-2': [FAIL], |
| 92 | 92 |
| 93 # Escaped keywords are early errors in ES6 | 93 # Escaped keywords are early errors in ES6 |
| 94 'ecma_3/Unicode/uc-003': [FAIL], | 94 'ecma_3/Unicode/uc-003': [FAIL], |
| 95 | 95 |
| 96 # RegExp.multiline is not part of any ECMAScript specification, and is | 96 # RegExp.multiline is not part of any ECMAScript specification, and is |
| 97 # slated for deprecation in Mozilla | 97 # slated for deprecation in Mozilla |
| 98 # (https://bugzilla.mozilla.org/show_bug.cgi?id=1220457) | 98 # (https://bugzilla.mozilla.org/show_bug.cgi?id=1220457) |
| 99 'js1_5/Regress/regress-418504': [FAIL], | 99 'js1_5/Regress/regress-418504': [FAIL], |
| 100 | 100 |
| 101 # ES2015 const redefinition throws, initializers are required, and no |
| 102 # global object properties are made, unlike Mozilla legacy const |
| 103 'js1_5/Regress/regress-103602': [FAIL], |
| 104 'js1_5/Regress/regress-321874': [FAIL], |
| 105 'js1_5/Regress/regress-383674': [FAIL], |
| 106 'js1_5/extensions/regress-452565': [FAIL], |
| 107 'js1_5/extensions/scope-001': [FAIL], |
| 108 # To add insult to injury, these tests time out in debug mode |
| 109 'js1_5/Regress/regress-360969-03': [FAIL, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 110 'js1_5/Regress/regress-360969-04': [FAIL, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 111 |
| 101 ##################### SKIPPED TESTS ##################### | 112 ##################### SKIPPED TESTS ##################### |
| 102 | 113 |
| 103 # This test checks that we behave properly in an out-of-memory | 114 # This test checks that we behave properly in an out-of-memory |
| 104 # situation. The test fails in V8 with an exception and takes a long | 115 # situation. The test fails in V8 with an exception and takes a long |
| 105 # time to do so. | 116 # time to do so. |
| 106 'js1_5/Regress/regress-271716-n': [SKIP], | 117 'js1_5/Regress/regress-271716-n': [SKIP], |
| 107 | 118 |
| 108 # BUG(960): This test has an insane amount of output when it times out, | 119 # BUG(960): This test has an insane amount of output when it times out, |
| 109 # messing up ability to see other failures on the waterfall. | 120 # messing up ability to see other failures on the waterfall. |
| 110 'js1_5/extensions/regress-342960': [SKIP], | 121 'js1_5/extensions/regress-342960': [SKIP], |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 | 165 |
| 155 | 166 |
| 156 # Runs for too long: huge array with getters and setters. As it says | 167 # Runs for too long: huge array with getters and setters. As it says |
| 157 # in the test: "This test will probably run out of memory". | 168 # in the test: "This test will probably run out of memory". |
| 158 'js1_5/extensions/regress-345967': [SKIP], | 169 'js1_5/extensions/regress-345967': [SKIP], |
| 159 | 170 |
| 160 | 171 |
| 161 ##################### FLAKY TESTS ##################### | 172 ##################### FLAKY TESTS ##################### |
| 162 | 173 |
| 163 # These tests time out in debug mode but pass in product mode | 174 # These tests time out in debug mode but pass in product mode |
| 164 'js1_5/Regress/regress-360969-03': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], | |
| 165 'js1_5/Regress/regress-360969-04': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], | |
| 166 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], | 175 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 167 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], | 176 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 168 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_
VARIANTS]], | 177 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_
VARIANTS]], |
| 169 | 178 |
| 170 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], | 179 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], |
| 171 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], | 180 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], |
| 172 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], | 181 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], |
| 173 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], | 182 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], |
| 174 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], | 183 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], |
| 175 # http://b/issue?id=1206983 | 184 # http://b/issue?id=1206983 |
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 959 'ecma_3/RegExp/regress-307456': [SKIP], | 968 'ecma_3/RegExp/regress-307456': [SKIP], |
| 960 'js1_5/Regress/regress-303213': [SKIP], | 969 'js1_5/Regress/regress-303213': [SKIP], |
| 961 'js1_5/extensions/regress-330569': [SKIP], | 970 'js1_5/extensions/regress-330569': [SKIP], |
| 962 'js1_5/extensions/regress-351448': [SKIP], | 971 'js1_5/extensions/regress-351448': [SKIP], |
| 963 'js1_5/extensions/regress-336410-1': [SKIP], | 972 'js1_5/extensions/regress-336410-1': [SKIP], |
| 964 | 973 |
| 965 #BUG(3152): Avoid C stack overflow. | 974 #BUG(3152): Avoid C stack overflow. |
| 966 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 975 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
| 967 }], # 'arch == arm64 and simulator_run == True' | 976 }], # 'arch == arm64 and simulator_run == True' |
| 968 ] | 977 ] |
| OLD | NEW |