| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 | 68 |
| 69 # These tests are simply wrong (i.e., they do not test what they intend | 69 # These tests are simply wrong (i.e., they do not test what they intend |
| 70 # to test). | 70 # to test). |
| 71 # In particular, these two compare numbers to NaN with != in the current | 71 # In particular, these two compare numbers to NaN with != in the current |
| 72 # version of the Mozilla tests. This is *fixed* in a later version. | 72 # version of the Mozilla tests. This is *fixed* in a later version. |
| 73 # The tests should be re-enabled when switching to a new version. | 73 # The tests should be re-enabled when switching to a new version. |
| 74 'ecma_3/Date/15.9.3.2-1': [SKIP], | 74 'ecma_3/Date/15.9.3.2-1': [SKIP], |
| 75 'js1_2/function/Number': [SKIP], | 75 'js1_2/function/Number': [SKIP], |
| 76 | 76 |
| 77 # TODO(2018): Temporarily allow timeout in debug mode. | 77 # TODO(2018): Temporarily allow timeout in debug mode. |
| 78 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', TIMEOUT, FAIL]], | 78 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS, FA
IL]], |
| 79 | 79 |
| 80 ##################### SLOW TESTS ##################### | 80 ##################### SLOW TESTS ##################### |
| 81 | 81 |
| 82 # This takes a long time to run (~100 seconds). It should only be run | 82 # This takes a long time to run (~100 seconds). It should only be run |
| 83 # by the really patient. | 83 # by the really patient. |
| 84 'js1_5/GC/regress-324278': [SKIP], | 84 'js1_5/GC/regress-324278': [SKIP], |
| 85 | 85 |
| 86 # This takes a long time to run because our indexOf operation is | 86 # This takes a long time to run because our indexOf operation is |
| 87 # pretty slow - it causes a lot of GCs; see issue | 87 # pretty slow - it causes a lot of GCs; see issue |
| 88 # #926379. We could consider marking this SKIP because it takes a | 88 # #926379. We could consider marking this SKIP because it takes a |
| 89 # while to run to completion. | 89 # while to run to completion. |
| 90 'js1_5/GC/regress-338653': [SKIP], | 90 'js1_5/GC/regress-338653': [SKIP], |
| 91 | 91 |
| 92 # This test is designed to run until it runs out of memory. This takes | 92 # This test is designed to run until it runs out of memory. This takes |
| 93 # a very long time because it builds strings character by character | 93 # a very long time because it builds strings character by character |
| 94 # and compiles a lot of regular expressions. We could consider marking | 94 # and compiles a lot of regular expressions. We could consider marking |
| 95 # this SKIP because it takes a while to run to completion. | 95 # this SKIP because it takes a while to run to completion. |
| 96 'js1_5/GC/regress-346794': [SKIP], | 96 'js1_5/GC/regress-346794': [SKIP], |
| 97 | 97 |
| 98 # Runs out of memory while trying to build huge string of 'x' | 98 # Runs out of memory while trying to build huge string of 'x' |
| 99 # characters. This takes a long time to run (~32 seconds). | 99 # characters. This takes a long time to run (~32 seconds). |
| 100 'js1_5/GC/regress-348532': [SKIP], | 100 'js1_5/GC/regress-348532': [SKIP], |
| 101 | 101 |
| 102 | 102 |
| 103 ##################### FLAKY TESTS ##################### | 103 ##################### FLAKY TESTS ##################### |
| 104 | 104 |
| 105 # These tests time out in debug mode but pass in product mode | 105 # These tests time out in debug mode but pass in product mode |
| 106 'js1_5/Regress/regress-360969-03': [PASS, ['mode == debug', TIMEOUT]], | 106 'js1_5/Regress/regress-360969-03': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 107 'js1_5/Regress/regress-360969-04': [PASS, ['mode == debug', TIMEOUT]], | 107 'js1_5/Regress/regress-360969-04': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 108 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT]], | 108 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 109 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT]], | 109 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 110 'js1_5/extensions/regress-365527': [PASS, ['mode == debug', TIMEOUT]], | 110 'js1_5/extensions/regress-365527': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN
TS]], |
| 111 | 111 |
| 112 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], | 112 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], |
| 113 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], | 113 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], |
| 114 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], | 114 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], |
| 115 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], | 115 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], |
| 116 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], | 116 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], |
| 117 # http://b/issue?id=1206983 | 117 # http://b/issue?id=1206983 |
| 118 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL]], | 118 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL]], |
| 119 'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', TIMEOUT]], | 119 'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]]
, |
| 120 | 120 |
| 121 # These tests create two Date objects just after each other and | 121 # These tests create two Date objects just after each other and |
| 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], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 159 'ecma_3/RegExp/regress-311414': [PASS, FAIL], | 159 'ecma_3/RegExp/regress-311414': [PASS, FAIL], |
| 160 'ecma_3/RegExp/regress-289669': [PASS, FAIL], | 160 'ecma_3/RegExp/regress-289669': [PASS, FAIL], |
| 161 'js1_5/String/regress-314890': [PASS, FAIL], | 161 'js1_5/String/regress-314890': [PASS, FAIL], |
| 162 'js1_5/String/regress-56940-01': [PASS, FAIL], | 162 'js1_5/String/regress-56940-01': [PASS, FAIL], |
| 163 'js1_5/String/regress-56940-02': [PASS, FAIL], | 163 'js1_5/String/regress-56940-02': [PASS, FAIL], |
| 164 'js1_5/String/regress-157334-01': [PASS, FAIL], | 164 'js1_5/String/regress-157334-01': [PASS, FAIL], |
| 165 'js1_5/String/regress-322772': [PASS, FAIL], | 165 'js1_5/String/regress-322772': [PASS, FAIL], |
| 166 'js1_5/Array/regress-99120-01': [PASS, FAIL], | 166 'js1_5/Array/regress-99120-01': [PASS, FAIL], |
| 167 'js1_5/Array/regress-99120-02': [PASS, FAIL], | 167 'js1_5/Array/regress-99120-02': [PASS, FAIL], |
| 168 'js1_5/Regress/regress-347306-01': [PASS, FAIL], | 168 'js1_5/Regress/regress-347306-01': [PASS, FAIL], |
| 169 'js1_5/Regress/regress-416628': [PASS, FAIL, ['mode == debug', TIMEOUT]], | 169 'js1_5/Regress/regress-416628': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VAR
IANTS]], |
| 170 | 170 |
| 171 | 171 |
| 172 # The following two tests assume that daylight savings time starts first | 172 # The following two tests assume that daylight savings time starts first |
| 173 # Sunday in April. This is not true when executing the tests outside | 173 # Sunday in April. This is not true when executing the tests outside |
| 174 # California! In Denmark the adjustment starts one week earlier. | 174 # California! In Denmark the adjustment starts one week earlier. |
| 175 # Tests based on shell that use dates in this gap are flaky. | 175 # Tests based on shell that use dates in this gap are flaky. |
| 176 'ecma/Date/15.9.5.10-1': [PASS, FAIL], | 176 'ecma/Date/15.9.5.10-1': [PASS, FAIL], |
| 177 'ecma/Date/15.9.5.12-1': [PASS, FAIL], | 177 'ecma/Date/15.9.5.12-1': [PASS, FAIL], |
| 178 'ecma/Date/15.9.5.14': [PASS, FAIL], | 178 'ecma/Date/15.9.5.14': [PASS, FAIL], |
| 179 'ecma/Date/15.9.5.34-1': [PASS, FAIL], | 179 'ecma/Date/15.9.5.34-1': [PASS, FAIL], |
| 180 | 180 |
| 181 | 181 |
| 182 # These tests sometimes pass (in particular on Windows). They build up | 182 # These tests sometimes pass (in particular on Windows). They build up |
| 183 # a lot of stuff on the stack, which normally causes a stack overflow, | 183 # a lot of stuff on the stack, which normally causes a stack overflow, |
| 184 # but sometimes it makes it through? | 184 # but sometimes it makes it through? |
| 185 'js1_5/Regress/regress-98901': [PASS, FAIL], | 185 'js1_5/Regress/regress-98901': [PASS, FAIL], |
| 186 | 186 |
| 187 | 187 |
| 188 # Tests that sorting arrays of ints is less than 3 times as fast | 188 # Tests that sorting arrays of ints is less than 3 times as fast |
| 189 # as sorting arrays of strings. | 189 # as sorting arrays of strings. |
| 190 'js1_5/extensions/regress-371636': [PASS, FAIL, ['mode == debug', TIMEOUT]], | 190 'js1_5/extensions/regress-371636': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_
VARIANTS]], |
| 191 | 191 |
| 192 | 192 |
| 193 # Tests depend on GC timings. Inherently flaky. | 193 # Tests depend on GC timings. Inherently flaky. |
| 194 'js1_5/GC/regress-383269-01': [PASS, FAIL], | 194 'js1_5/GC/regress-383269-01': [PASS, FAIL], |
| 195 'js1_5/GC/regress-383269-02': [PASS, FAIL], | 195 'js1_5/GC/regress-383269-02': [PASS, FAIL], |
| 196 'js1_5/Regress/regress-404755': [PASS, FAIL], | 196 'js1_5/Regress/regress-404755': [PASS, FAIL], |
| 197 | 197 |
| 198 | 198 |
| 199 # Test that depends on timer resolution. Fails every now and then | 199 # Test that depends on timer resolution. Fails every now and then |
| 200 # if we're unlucky enough to get a context switch at a bad time. | 200 # if we're unlucky enough to get a context switch at a bad time. |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 # 'minimum repeat count' is reached, the empty string must not match. | 266 # 'minimum repeat count' is reached, the empty string must not match. |
| 267 # In this case, we are similar but not identical to JSC. Hard to | 267 # In this case, we are similar but not identical to JSC. Hard to |
| 268 # support the JS behavior with PCRE, so maybe emulate JSC? | 268 # support the JS behavior with PCRE, so maybe emulate JSC? |
| 269 'ecma_3/RegExp/regress-209919': [PASS, FAIL_OK], | 269 'ecma_3/RegExp/regress-209919': [PASS, FAIL_OK], |
| 270 'js1_5/extensions/regress-459606': [PASS, FAIL_OK], | 270 'js1_5/extensions/regress-459606': [PASS, FAIL_OK], |
| 271 | 271 |
| 272 | 272 |
| 273 # PCRE's match limit is reached. SpiderMonkey hangs on the first one, | 273 # PCRE's match limit is reached. SpiderMonkey hangs on the first one, |
| 274 # JSC returns true somehow. Maybe they up the match limit? There is | 274 # JSC returns true somehow. Maybe they up the match limit? There is |
| 275 # an open V8 bug 676063 about this. | 275 # an open V8 bug 676063 about this. |
| 276 'ecma_3/RegExp/regress-330684': [TIMEOUT], | 276 # TODO(yangguo): Hangs on complex regexp. Please investigate if this gives |
| 277 # any useful coverage. |
| 278 'ecma_3/RegExp/regress-330684': [SKIP], |
| 277 | 279 |
| 278 | 280 |
| 279 # This test contains a regexp that runs exponentially long. Spidermonkey | 281 # This test contains a regexp that runs exponentially long. Spidermonkey |
| 280 # standalone will hang, though apparently inside Firefox it will trigger a | 282 # standalone will hang, though apparently inside Firefox it will trigger a |
| 281 # long-running-script timeout. JSCRE passes by hitting the matchLimit and | 283 # long-running-script timeout. JSCRE passes by hitting the matchLimit and |
| 282 # just pretending that an exhaustive search found no match. | 284 # just pretending that an exhaustive search found no match. |
| 283 'ecma_3/RegExp/regress-307456': [PASS, TIMEOUT], | 285 # TODO(yangguo): Hangs on complex regexp. Please investigate if this gives |
| 286 # any useful coverage. |
| 287 'ecma_3/RegExp/regress-307456': [SKIP], |
| 284 | 288 |
| 285 | 289 |
| 286 # We do not detect overflow in bounds for back references and {} | 290 # We do not detect overflow in bounds for back references and {} |
| 287 # quantifiers. Might fix by parsing numbers differently? | 291 # quantifiers. Might fix by parsing numbers differently? |
| 288 'js1_5/Regress/regress-230216-2': [FAIL_OK], | 292 'js1_5/Regress/regress-230216-2': [FAIL_OK], |
| 289 | 293 |
| 290 | 294 |
| 291 # Regexp too long for PCRE. | 295 # Regexp too long for PCRE. |
| 292 'js1_5/Regress/regress-280769': [PASS, FAIL], | 296 'js1_5/Regress/regress-280769': [PASS, FAIL], |
| 293 'js1_5/Regress/regress-280769-1': [PASS, FAIL], | 297 'js1_5/Regress/regress-280769-1': [PASS, FAIL], |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 # category. | 610 # category. |
| 607 | 611 |
| 608 # This fails because we don't handle Function.prototype.apply with very large | 612 # This fails because we don't handle Function.prototype.apply with very large |
| 609 # numbers of arguments (depending on max stack size). 350256-02 needs more | 613 # numbers of arguments (depending on max stack size). 350256-02 needs more |
| 610 # than 4Mbytes of stack space. | 614 # than 4Mbytes of stack space. |
| 611 'js1_5/Array/regress-350256-02': [FAIL], | 615 'js1_5/Array/regress-350256-02': [FAIL], |
| 612 | 616 |
| 613 | 617 |
| 614 # This test seems designed to fail (it produces a 700Mbyte string). | 618 # This test seems designed to fail (it produces a 700Mbyte string). |
| 615 # We fail on out of memory. The important thing is not to crash. | 619 # We fail on out of memory. The important thing is not to crash. |
| 616 'js1_5/Regress/regress-303213': [FAIL, ['mode == debug', TIMEOUT]], | 620 'js1_5/Regress/regress-303213': [FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]
], |
| 617 | 621 |
| 618 # This test fails since we now throw in String.prototype.match when apply | 622 # This test fails since we now throw in String.prototype.match when apply |
| 619 # is given null or undefined as this argument (and so does firefox nightly). | 623 # is given null or undefined as this argument (and so does firefox nightly). |
| 620 'js1_5/Regress/regress-295052': [FAIL], | 624 'js1_5/Regress/regress-295052': [FAIL], |
| 621 | 625 |
| 622 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. | 626 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. |
| 623 'ecma_3/String/15.5.4.11': [FAIL], | 627 'ecma_3/String/15.5.4.11': [FAIL], |
| 624 | 628 |
| 625 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. | 629 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. |
| 626 # Marked as: Will not fix. V8 throws an acceptable RangeError. | 630 # Marked as: Will not fix. V8 throws an acceptable RangeError. |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 'js1_5/extensions/regress-44009': [FAIL_OK], | 744 'js1_5/extensions/regress-44009': [FAIL_OK], |
| 741 'js1_5/extensions/regress-50447-1': [FAIL_OK], | 745 'js1_5/extensions/regress-50447-1': [FAIL_OK], |
| 742 'js1_5/extensions/regress-50447': [FAIL_OK], | 746 'js1_5/extensions/regress-50447': [FAIL_OK], |
| 743 'js1_5/extensions/regress-90596-001': [FAIL_OK], | 747 'js1_5/extensions/regress-90596-001': [FAIL_OK], |
| 744 'js1_5/extensions/regress-90596-002': [FAIL_OK], | 748 'js1_5/extensions/regress-90596-002': [FAIL_OK], |
| 745 'js1_5/extensions/regress-96284-001': [FAIL_OK], | 749 'js1_5/extensions/regress-96284-001': [FAIL_OK], |
| 746 'js1_5/extensions/regress-96284-002': [FAIL_OK], | 750 'js1_5/extensions/regress-96284-002': [FAIL_OK], |
| 747 'js1_5/extensions/toLocaleFormat-01': [FAIL_OK], | 751 'js1_5/extensions/toLocaleFormat-01': [FAIL_OK], |
| 748 'js1_5/extensions/toLocaleFormat-02': [FAIL_OK], | 752 'js1_5/extensions/toLocaleFormat-02': [FAIL_OK], |
| 749 | 753 |
| 750 'js1_5/extensions/regress-330569': [TIMEOUT], | 754 # TODO(yangguo): Both tests have complex regular expressions (nested (.*)* |
| 751 'js1_5/extensions/regress-351448': [TIMEOUT], | 755 # and the like). Please investigate if these tests provide any coverage. |
| 756 # Furthermore, an exception is expected which is not thrown by v8. |
| 757 'js1_5/extensions/regress-330569': [SKIP], |
| 758 'js1_5/extensions/regress-351448': [SKIP], |
| 752 # In the 64-bit version, this test takes longer to run out of memory | 759 # In the 64-bit version, this test takes longer to run out of memory |
| 753 # than it does in the 32-bit version when attempting to generate a huge | 760 # than it does in the 32-bit version when attempting to generate a huge |
| 754 # error message in debug mode. | 761 # error message in debug mode. |
| 755 'js1_5/extensions/regress-336410-1': [FAIL_OK, ['mode == debug and arch == x64
', TIMEOUT]], | 762 'js1_5/extensions/regress-336410-1': [FAIL_OK, ['mode == debug and arch == x64
', TIMEOUT, NO_VARIANTS]], |
| 756 | 763 |
| 757 ##################### DECOMPILATION TESTS ##################### | 764 ##################### DECOMPILATION TESTS ##################### |
| 758 | 765 |
| 759 # We don't really about the outcome of running the | 766 # We don't really about the outcome of running the |
| 760 # decompilation tests as long as they don't crash or | 767 # decompilation tests as long as they don't crash or |
| 761 # timeout. | 768 # timeout. |
| 762 | 769 |
| 763 'js1_5/decompilation/regress-344120': [PASS, FAIL], | 770 'js1_5/decompilation/regress-344120': [PASS, FAIL], |
| 764 'js1_5/decompilation/regress-346892': [PASS, FAIL], | 771 'js1_5/decompilation/regress-346892': [PASS, FAIL], |
| 765 'js1_5/decompilation/regress-346902': [PASS, FAIL], | 772 'js1_5/decompilation/regress-346902': [PASS, FAIL], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 'ecma/Date/15.9.5.11-2': [SKIP], | 831 'ecma/Date/15.9.5.11-2': [SKIP], |
| 825 'ecma/Date/15.9.5.12-2': [SKIP], | 832 'ecma/Date/15.9.5.12-2': [SKIP], |
| 826 'js1_5/Array/regress-99120-02': [SKIP], | 833 'js1_5/Array/regress-99120-02': [SKIP], |
| 827 'js1_5/extensions/regress-371636': [SKIP], | 834 'js1_5/extensions/regress-371636': [SKIP], |
| 828 'js1_5/Regress/regress-203278-1': [SKIP], | 835 'js1_5/Regress/regress-203278-1': [SKIP], |
| 829 'js1_5/Regress/regress-404755': [SKIP], | 836 'js1_5/Regress/regress-404755': [SKIP], |
| 830 'js1_5/Regress/regress-451322': [SKIP], | 837 'js1_5/Regress/regress-451322': [SKIP], |
| 831 | 838 |
| 832 | 839 |
| 833 # BUG(1040): Allow this test to timeout. | 840 # BUG(1040): Allow this test to timeout. |
| 834 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT], | 841 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
| 835 }], # 'arch == arm' | 842 }], # 'arch == arm' |
| 836 | 843 |
| 837 | 844 |
| 838 ['arch == mipsel', { | 845 ['arch == mipsel', { |
| 839 | 846 |
| 840 # BUG(3251229): Times out when running new crankshaft test script. | 847 # BUG(3251229): Times out when running new crankshaft test script. |
| 841 'ecma_3/RegExp/regress-311414': [SKIP], | 848 'ecma_3/RegExp/regress-311414': [SKIP], |
| 842 'ecma/Date/15.9.5.8': [SKIP], | 849 'ecma/Date/15.9.5.8': [SKIP], |
| 843 'ecma/Date/15.9.5.10-2': [SKIP], | 850 'ecma/Date/15.9.5.10-2': [SKIP], |
| 844 'ecma/Date/15.9.5.11-2': [SKIP], | 851 'ecma/Date/15.9.5.11-2': [SKIP], |
| 845 'ecma/Date/15.9.5.12-2': [SKIP], | 852 'ecma/Date/15.9.5.12-2': [SKIP], |
| 846 'js1_5/Array/regress-99120-02': [SKIP], | 853 'js1_5/Array/regress-99120-02': [SKIP], |
| 847 'js1_5/extensions/regress-371636': [SKIP], | 854 'js1_5/extensions/regress-371636': [SKIP], |
| 848 'js1_5/Regress/regress-203278-1': [SKIP], | 855 'js1_5/Regress/regress-203278-1': [SKIP], |
| 849 'js1_5/Regress/regress-404755': [SKIP], | 856 'js1_5/Regress/regress-404755': [SKIP], |
| 850 'js1_5/Regress/regress-451322': [SKIP], | 857 'js1_5/Regress/regress-451322': [SKIP], |
| 851 | 858 |
| 852 | 859 |
| 853 # BUG(1040): Allow this test to timeout. | 860 # BUG(1040): Allow this test to timeout. |
| 854 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT], | 861 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
| 855 }], # 'arch == mipsel' | 862 }], # 'arch == mipsel' |
| 856 ] | 863 ] |
| OLD | NEW |