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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 # expects them to match. Sometimes this happens on the border | 122 # expects them to match. Sometimes this happens on the border |
123 # between one second and the next. | 123 # between one second and the next. |
124 'ecma/Date/15.9.2.1': [PASS, FAIL], | 124 'ecma/Date/15.9.2.1': [PASS, FAIL], |
125 'ecma/Date/15.9.2.2-1': [PASS, FAIL], | 125 'ecma/Date/15.9.2.2-1': [PASS, FAIL], |
126 'ecma/Date/15.9.2.2-2': [PASS, FAIL], | 126 'ecma/Date/15.9.2.2-2': [PASS, FAIL], |
127 'ecma/Date/15.9.2.2-3': [PASS, FAIL], | 127 'ecma/Date/15.9.2.2-3': [PASS, FAIL], |
128 'ecma/Date/15.9.2.2-4': [PASS, FAIL], | 128 'ecma/Date/15.9.2.2-4': [PASS, FAIL], |
129 'ecma/Date/15.9.2.2-5': [PASS, FAIL], | 129 'ecma/Date/15.9.2.2-5': [PASS, FAIL], |
130 'ecma/Date/15.9.2.2-6': [PASS, FAIL], | 130 'ecma/Date/15.9.2.2-6': [PASS, FAIL], |
131 | 131 |
132 # 1026139: These date tests fail on arm and mips | 132 # 1026139: These date tests fail on arm and mips. |
133 'ecma/Date/15.9.5.29-1': [PASS, ['arch == arm or arch == mipsel', FAIL]], | 133 # These date tests also fail in a time zone without daylight saving time. |
134 'ecma/Date/15.9.5.28-1': [PASS, ['arch == arm or arch == mipsel', FAIL]], | 134 'ecma/Date/15.9.5.29-1': [PASS, FAIL], |
| 135 'ecma/Date/15.9.5.28-1': [PASS, FAIL], |
135 | 136 |
136 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates | 137 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates |
137 'ecma/Array/15.4.4.5-3': [PASS, ['arch == arm or arch == mipsel', FAIL]], | 138 'ecma/Array/15.4.4.5-3': [PASS, ['arch == arm or arch == mipsel', FAIL]], |
138 'ecma/Date/15.9.5.22-2': [PASS, ['arch == arm or arch == mipsel', FAIL]], | 139 'ecma/Date/15.9.5.22-2': [PASS, ['arch == arm or arch == mipsel', FAIL]], |
139 | 140 |
140 # Flaky test that fails due to what appears to be a bug in the test. | 141 # Flaky test that fails due to what appears to be a bug in the test. |
141 # Occurs depending on current time | 142 # Occurs depending on current time |
142 'ecma/Date/15.9.5.8': [PASS, FAIL], | 143 'ecma/Date/15.9.5.8': [PASS, FAIL], |
143 | 144 |
144 # Severely brain-damaged test. Access to local variables must not | 145 # Severely brain-damaged test. Access to local variables must not |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 'js1_5/Regress/regress-416628': [SKIP], | 882 'js1_5/Regress/regress-416628': [SKIP], |
882 'js1_5/extensions/regress-371636': [SKIP], | 883 'js1_5/extensions/regress-371636': [SKIP], |
883 'ecma_3/RegExp/regress-330684': [SKIP], | 884 'ecma_3/RegExp/regress-330684': [SKIP], |
884 'ecma_3/RegExp/regress-307456': [SKIP], | 885 'ecma_3/RegExp/regress-307456': [SKIP], |
885 'js1_5/Regress/regress-303213': [SKIP], | 886 'js1_5/Regress/regress-303213': [SKIP], |
886 'js1_5/extensions/regress-330569': [SKIP], | 887 'js1_5/extensions/regress-330569': [SKIP], |
887 'js1_5/extensions/regress-351448': [SKIP], | 888 'js1_5/extensions/regress-351448': [SKIP], |
888 'js1_5/extensions/regress-336410-1': [SKIP], | 889 'js1_5/extensions/regress-336410-1': [SKIP], |
889 }], # 'arch == a64 and simulator_run == True' | 890 }], # 'arch == a64 and simulator_run == True' |
890 ] | 891 ] |
OLD | NEW |