| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 ecma_3/Function/regress-313570: FAIL_OK | 239 ecma_3/Function/regress-313570: FAIL_OK |
| 240 | 240 |
| 241 # toPrecision argument restricted to range 1..21 in JSC/V8 | 241 # toPrecision argument restricted to range 1..21 in JSC/V8 |
| 242 js1_5/Regress/regress-452346: FAIL_OK | 242 js1_5/Regress/regress-452346: FAIL_OK |
| 243 ecma_3/Number/15.7.4.7-1: FAIL_OK | 243 ecma_3/Number/15.7.4.7-1: FAIL_OK |
| 244 | 244 |
| 245 # toExponential argument restricted to range 0..20 in JSC/V8 | 245 # toExponential argument restricted to range 0..20 in JSC/V8 |
| 246 ecma_3/Number/15.7.4.6-1: FAIL_OK | 246 ecma_3/Number/15.7.4.6-1: FAIL_OK |
| 247 | 247 |
| 248 #:=== RegExp:=== | 248 #:=== RegExp:=== |
| 249 # To be compatible with JSC we silently ignore flags that do not make | 249 # We don't match the syntax error message of Mozilla for invalid |
| 250 # sense. These tests expects us to throw exceptions. | 250 # RegExp flags. |
| 251 ecma_3/RegExp/regress-57631: FAIL_OK | |
| 252 ecma_3/RegExp/15.10.4.1-6: FAIL_OK | 251 ecma_3/RegExp/15.10.4.1-6: FAIL_OK |
| 253 | 252 |
| 254 # PCRE doesn't allow subpattern nesting deeper than 200, this tests | 253 # PCRE doesn't allow subpattern nesting deeper than 200, this tests |
| 255 # depth 500. JSC detects the case, and return null from the match, | 254 # depth 500. JSC detects the case, and return null from the match, |
| 256 # and passes this test (the test doesn't check for a correct return | 255 # and passes this test (the test doesn't check for a correct return |
| 257 # value). | 256 # value). |
| 258 ecma_3/RegExp/regress-119909: PASS || FAIL_OK | 257 ecma_3/RegExp/regress-119909: PASS || FAIL_OK |
| 259 | 258 |
| 260 | 259 |
| 261 # Difference in the way capturing subpatterns work. In JS, when the | 260 # Difference in the way capturing subpatterns work. In JS, when the |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 ecma/Date/15.9.5.12-2: SKIP | 850 ecma/Date/15.9.5.12-2: SKIP |
| 852 ecma/Date/15.9.5.8: SKIP | 851 ecma/Date/15.9.5.8: SKIP |
| 853 ecma/Date/15.9.5.9: SKIP | 852 ecma/Date/15.9.5.9: SKIP |
| 854 ecma/Date/15.9.5.11-2: SKIP | 853 ecma/Date/15.9.5.11-2: SKIP |
| 855 ecma/Expressions/11.7.2: SKIP | 854 ecma/Expressions/11.7.2: SKIP |
| 856 ecma/Expressions/11.10-2: SKIP | 855 ecma/Expressions/11.10-2: SKIP |
| 857 ecma/Expressions/11.7.3: SKIP | 856 ecma/Expressions/11.7.3: SKIP |
| 858 ecma/Expressions/11.10-3: SKIP | 857 ecma/Expressions/11.10-3: SKIP |
| 859 ecma/Expressions/11.7.1: SKIP | 858 ecma/Expressions/11.7.1: SKIP |
| 860 ecma_3/RegExp/regress-209067: SKIP | 859 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |