| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 | 161 |
| 162 # Runs out of memory while trying to build huge string of 'x' | 162 # Runs out of memory while trying to build huge string of 'x' |
| 163 # characters. This takes a long time to run (~32 seconds). | 163 # characters. This takes a long time to run (~32 seconds). |
| 164 'js1_5/GC/regress-348532': [SKIP], | 164 'js1_5/GC/regress-348532': [SKIP], |
| 165 | 165 |
| 166 | 166 |
| 167 # 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 |
| 168 # in the test: "This test will probably run out of memory". | 168 # in the test: "This test will probably run out of memory". |
| 169 'js1_5/extensions/regress-345967': [SKIP], | 169 'js1_5/extensions/regress-345967': [SKIP], |
| 170 | 170 |
| 171 # Slow with arm64 simulator in debug. |
| 172 'ecma_3/Statements/regress-302439': [PASS, ['mode == debug', SLOW]], |
| 171 | 173 |
| 172 ##################### FLAKY TESTS ##################### | 174 ##################### FLAKY TESTS ##################### |
| 173 | 175 |
| 174 # These tests time out in debug mode but pass in product mode | 176 # These tests time out in debug mode but pass in product mode |
| 175 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], | 177 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 176 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], | 178 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 177 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_
VARIANTS]], | 179 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_
VARIANTS]], |
| 178 | 180 |
| 179 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], | 181 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], |
| 180 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], | 182 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], |
| (...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 'ecma_3/RegExp/regress-307456': [SKIP], | 967 'ecma_3/RegExp/regress-307456': [SKIP], |
| 966 'js1_5/Regress/regress-303213': [SKIP], | 968 'js1_5/Regress/regress-303213': [SKIP], |
| 967 'js1_5/extensions/regress-330569': [SKIP], | 969 'js1_5/extensions/regress-330569': [SKIP], |
| 968 'js1_5/extensions/regress-351448': [SKIP], | 970 'js1_5/extensions/regress-351448': [SKIP], |
| 969 'js1_5/extensions/regress-336410-1': [SKIP], | 971 'js1_5/extensions/regress-336410-1': [SKIP], |
| 970 | 972 |
| 971 #BUG(3152): Avoid C stack overflow. | 973 #BUG(3152): Avoid C stack overflow. |
| 972 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 974 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
| 973 }], # 'arch == arm64 and simulator_run == True' | 975 }], # 'arch == arm64 and simulator_run == True' |
| 974 ] | 976 ] |
| OLD | NEW |