| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 | 164 |
| 165 # These tests sometimes pass (in particular on Windows). They build up | 165 # These tests sometimes pass (in particular on Windows). They build up |
| 166 # a lot of stuff on the stack, which normally causes a stack overflow, | 166 # a lot of stuff on the stack, which normally causes a stack overflow, |
| 167 # but sometimes it makes it through? | 167 # but sometimes it makes it through? |
| 168 js1_5/Regress/regress-290575: PASS || FAIL | 168 js1_5/Regress/regress-290575: PASS || FAIL |
| 169 js1_5/Regress/regress-98901: PASS || FAIL | 169 js1_5/Regress/regress-98901: PASS || FAIL |
| 170 | 170 |
| 171 | 171 |
| 172 # Tests that sorting arrays of ints is less than 3 times as fast | 172 # Tests that sorting arrays of ints is less than 3 times as fast |
| 173 # as sorting arrays of strings. | 173 # as sorting arrays of strings. |
| 174 js1_5/extensions/regress-371636: PASS || FAIL | 174 js1_5/extensions/regress-371636: PASS || FAIL || TIMEOUT if $mode == debug |
| 175 | 175 |
| 176 | 176 |
| 177 # Tests depend on GC timings. Inherently flaky. | 177 # Tests depend on GC timings. Inherently flaky. |
| 178 js1_5/GC/regress-383269-01: PASS || FAIL | 178 js1_5/GC/regress-383269-01: PASS || FAIL |
| 179 js1_5/GC/regress-383269-02: PASS || FAIL | 179 js1_5/GC/regress-383269-02: PASS || FAIL |
| 180 js1_5/Regress/regress-404755: PASS || FAIL | 180 js1_5/Regress/regress-404755: PASS || FAIL |
| 181 | 181 |
| 182 | 182 |
| 183 # Test that depends on timer resolution. Fails every now and then | 183 # Test that depends on timer resolution. Fails every now and then |
| 184 # if we're unlucky enough to get a context switch at a bad time. | 184 # if we're unlucky enough to get a context switch at a bad time. |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 ecma/Date/15.9.5.8: SKIP | 805 ecma/Date/15.9.5.8: SKIP |
| 806 ecma/Date/15.9.5.9: SKIP | 806 ecma/Date/15.9.5.9: SKIP |
| 807 ecma/Date/15.9.5.10-2: SKIP | 807 ecma/Date/15.9.5.10-2: SKIP |
| 808 ecma/Date/15.9.5.11-2: SKIP | 808 ecma/Date/15.9.5.11-2: SKIP |
| 809 ecma/Expressions/11.7.2: SKIP | 809 ecma/Expressions/11.7.2: SKIP |
| 810 ecma/Expressions/11.10-2: SKIP | 810 ecma/Expressions/11.10-2: SKIP |
| 811 ecma/Expressions/11.7.3: SKIP | 811 ecma/Expressions/11.7.3: SKIP |
| 812 ecma/Expressions/11.10-3: SKIP | 812 ecma/Expressions/11.10-3: SKIP |
| 813 ecma/Expressions/11.7.1: SKIP | 813 ecma/Expressions/11.7.1: SKIP |
| 814 ecma_3/RegExp/regress-209067: SKIP | 814 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |