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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 # Function length properties are configurable in ES6 | 77 # Function length properties are configurable in ES6 |
78 'ecma/Array/15.4.4.3-1': [FAIL], | 78 'ecma/Array/15.4.4.3-1': [FAIL], |
79 'ecma/Array/15.4.4.4-1': [FAIL], | 79 'ecma/Array/15.4.4.4-1': [FAIL], |
80 'ecma/Array/15.4.4.4-2': [FAIL], | 80 'ecma/Array/15.4.4.4-2': [FAIL], |
81 'ecma/String/15.5.4.10-1': [FAIL], | 81 'ecma/String/15.5.4.10-1': [FAIL], |
82 'ecma/String/15.5.4.11-1': [FAIL], | 82 'ecma/String/15.5.4.11-1': [FAIL], |
83 'ecma/String/15.5.4.7-2': [FAIL], | 83 'ecma/String/15.5.4.7-2': [FAIL], |
84 'ecma/String/15.5.4.8-1': [FAIL], | 84 'ecma/String/15.5.4.8-1': [FAIL], |
85 'ecma/String/15.5.4.9-1': [FAIL], | 85 'ecma/String/15.5.4.9-1': [FAIL], |
86 | 86 |
87 # Boolean.prototype and Number.prototype are ordinary objects in ES6 | |
88 'ecma/Boolean/15.6.3.1': [FAIL], | |
89 'ecma/Boolean/15.6.4': [FAIL], | |
90 'ecma/Boolean/15.6.4-1': [FAIL], | |
91 'ecma/Number/15.7.4-1': [FAIL], | |
92 'ecma/Number/15.7.4.2-1': [FAIL], | |
93 'ecma/Number/15.7.4.3-1': [FAIL], | |
94 'ecma/extensions/15.7.4': [FAIL], | |
95 'ecma_2/FunctionObjects/call-1': [FAIL], | |
96 | 87 |
97 ##################### SKIPPED TESTS ##################### | 88 ##################### SKIPPED TESTS ##################### |
98 | 89 |
99 # This test checks that we behave properly in an out-of-memory | 90 # This test checks that we behave properly in an out-of-memory |
100 # situation. The test fails in V8 with an exception and takes a long | 91 # situation. The test fails in V8 with an exception and takes a long |
101 # time to do so. | 92 # time to do so. |
102 'js1_5/Regress/regress-271716-n': [SKIP], | 93 'js1_5/Regress/regress-271716-n': [SKIP], |
103 | 94 |
104 # BUG(960): This test has an insane amount of output when it times out, | 95 # BUG(960): This test has an insane amount of output when it times out, |
105 # messing up ability to see other failures on the waterfall. | 96 # messing up ability to see other failures on the waterfall. |
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 'ecma_3/RegExp/regress-307456': [SKIP], | 945 'ecma_3/RegExp/regress-307456': [SKIP], |
955 'js1_5/Regress/regress-303213': [SKIP], | 946 'js1_5/Regress/regress-303213': [SKIP], |
956 'js1_5/extensions/regress-330569': [SKIP], | 947 'js1_5/extensions/regress-330569': [SKIP], |
957 'js1_5/extensions/regress-351448': [SKIP], | 948 'js1_5/extensions/regress-351448': [SKIP], |
958 'js1_5/extensions/regress-336410-1': [SKIP], | 949 'js1_5/extensions/regress-336410-1': [SKIP], |
959 | 950 |
960 #BUG(3152): Avoid C stack overflow. | 951 #BUG(3152): Avoid C stack overflow. |
961 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 952 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
962 }], # 'arch == arm64 and simulator_run == True' | 953 }], # 'arch == arm64 and simulator_run == True' |
963 ] | 954 ] |
OLD | NEW |