| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 # global object properties are made, unlike Mozilla legacy const | 102 # global object properties are made, unlike Mozilla legacy const |
| 103 'js1_5/Regress/regress-103602': [FAIL], | 103 'js1_5/Regress/regress-103602': [FAIL], |
| 104 'js1_5/Regress/regress-321874': [FAIL], | 104 'js1_5/Regress/regress-321874': [FAIL], |
| 105 'js1_5/Regress/regress-383674': [FAIL], | 105 'js1_5/Regress/regress-383674': [FAIL], |
| 106 'js1_5/extensions/regress-452565': [FAIL], | 106 'js1_5/extensions/regress-452565': [FAIL], |
| 107 'js1_5/extensions/scope-001': [FAIL], | 107 'js1_5/extensions/scope-001': [FAIL], |
| 108 # To add insult to injury, these tests time out in debug mode | 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]], | 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]], | 110 'js1_5/Regress/regress-360969-04': [FAIL, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 111 | 111 |
| 112 # Function declarations are no longer allowed as the body of a with statement. |
| 113 'js1_5/Regress/regress-326453': [FAIL], |
| 114 |
| 112 ##################### SKIPPED TESTS ##################### | 115 ##################### SKIPPED TESTS ##################### |
| 113 | 116 |
| 114 # This test checks that we behave properly in an out-of-memory | 117 # This test checks that we behave properly in an out-of-memory |
| 115 # situation. The test fails in V8 with an exception and takes a long | 118 # situation. The test fails in V8 with an exception and takes a long |
| 116 # time to do so. | 119 # time to do so. |
| 117 'js1_5/Regress/regress-271716-n': [SKIP], | 120 'js1_5/Regress/regress-271716-n': [SKIP], |
| 118 | 121 |
| 119 # BUG(960): This test has an insane amount of output when it times out, | 122 # BUG(960): This test has an insane amount of output when it times out, |
| 120 # messing up ability to see other failures on the waterfall. | 123 # messing up ability to see other failures on the waterfall. |
| 121 'js1_5/extensions/regress-342960': [SKIP], | 124 'js1_5/extensions/regress-342960': [SKIP], |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 967 'ecma_3/RegExp/regress-307456': [SKIP], | 970 'ecma_3/RegExp/regress-307456': [SKIP], |
| 968 'js1_5/Regress/regress-303213': [SKIP], | 971 'js1_5/Regress/regress-303213': [SKIP], |
| 969 'js1_5/extensions/regress-330569': [SKIP], | 972 'js1_5/extensions/regress-330569': [SKIP], |
| 970 'js1_5/extensions/regress-351448': [SKIP], | 973 'js1_5/extensions/regress-351448': [SKIP], |
| 971 'js1_5/extensions/regress-336410-1': [SKIP], | 974 'js1_5/extensions/regress-336410-1': [SKIP], |
| 972 | 975 |
| 973 #BUG(3152): Avoid C stack overflow. | 976 #BUG(3152): Avoid C stack overflow. |
| 974 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 977 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
| 975 }], # 'arch == arm64 and simulator_run == True' | 978 }], # 'arch == arm64 and simulator_run == True' |
| 976 ] | 979 ] |
| OLD | NEW |