| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 js1_5/Array/regress-99120-02: PASS || FAIL | 154 js1_5/Array/regress-99120-02: PASS || FAIL |
| 155 js1_5/Regress/regress-347306-01: PASS || FAIL | 155 js1_5/Regress/regress-347306-01: PASS || FAIL |
| 156 js1_5/Regress/regress-416628: PASS || FAIL || TIMEOUT if $mode == debug | 156 js1_5/Regress/regress-416628: PASS || FAIL || TIMEOUT if $mode == debug |
| 157 | 157 |
| 158 | 158 |
| 159 # The following two tests assume that daylight savings time starts first Sunday | 159 # The following two tests assume that daylight savings time starts first Sunday |
| 160 # in April. This is not true when executing the tests outside California! | 160 # in April. This is not true when executing the tests outside California! |
| 161 # In Denmark the adjustment starts one week earlier!. | 161 # In Denmark the adjustment starts one week earlier!. |
| 162 # Tests based on shell that use dates in this gap are flaky. | 162 # Tests based on shell that use dates in this gap are flaky. |
| 163 ecma/Date/15.9.5.10-1: PASS || FAIL | 163 ecma/Date/15.9.5.10-1: PASS || FAIL |
| 164 ecma/Date/15.9.5.10-2: PASS || TIMEOUT if ($arch == arm && $mode == debug) |
| 164 ecma/Date/15.9.5.12-1: PASS || FAIL | 165 ecma/Date/15.9.5.12-1: PASS || FAIL |
| 165 ecma/Date/15.9.5.14: PASS || FAIL | 166 ecma/Date/15.9.5.14: PASS || FAIL |
| 166 ecma/Date/15.9.5.34-1: PASS || FAIL | 167 ecma/Date/15.9.5.34-1: PASS || FAIL |
| 167 | 168 |
| 168 | 169 |
| 169 # These tests sometimes pass (in particular on Windows). They build up | 170 # These tests sometimes pass (in particular on Windows). They build up |
| 170 # a lot of stuff on the stack, which normally causes a stack overflow, | 171 # a lot of stuff on the stack, which normally causes a stack overflow, |
| 171 # but sometimes it makes it through? | 172 # but sometimes it makes it through? |
| 172 js1_5/Regress/regress-290575: PASS || FAIL | 173 js1_5/Regress/regress-290575: PASS || FAIL |
| 173 js1_5/Regress/regress-98901: PASS || FAIL | 174 js1_5/Regress/regress-98901: PASS || FAIL |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 ecma/Date/15.9.5.8: SKIP | 807 ecma/Date/15.9.5.8: SKIP |
| 807 ecma/Date/15.9.5.9: SKIP | 808 ecma/Date/15.9.5.9: SKIP |
| 808 ecma/Date/15.9.5.10-2: SKIP | 809 ecma/Date/15.9.5.10-2: SKIP |
| 809 ecma/Date/15.9.5.11-2: SKIP | 810 ecma/Date/15.9.5.11-2: SKIP |
| 810 ecma/Expressions/11.7.2: SKIP | 811 ecma/Expressions/11.7.2: SKIP |
| 811 ecma/Expressions/11.10-2: SKIP | 812 ecma/Expressions/11.10-2: SKIP |
| 812 ecma/Expressions/11.7.3: SKIP | 813 ecma/Expressions/11.7.3: SKIP |
| 813 ecma/Expressions/11.10-3: SKIP | 814 ecma/Expressions/11.10-3: SKIP |
| 814 ecma/Expressions/11.7.1: SKIP | 815 ecma/Expressions/11.7.1: SKIP |
| 815 ecma_3/RegExp/regress-209067: SKIP | 816 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |