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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 | 206 |
207 ##################### INCOMPATIBLE TESTS ##################### | 207 ##################### INCOMPATIBLE TESTS ##################### |
208 | 208 |
209 # This section is for tests that fail in both V8 and JSC. Thus they | 209 # This section is for tests that fail in both V8 and JSC. Thus they |
210 # have been determined to be incompatible between Mozilla and V8/JSC. | 210 # have been determined to be incompatible between Mozilla and V8/JSC. |
211 | 211 |
212 # Fail because it calls builtins as functions and do not expect the | 212 # Fail because it calls builtins as functions and do not expect the |
213 # builtin to have undefined as the receiver. | 213 # builtin to have undefined as the receiver. |
214 ecma/String/15.5.4.6-2: FAIL_OK | 214 ecma/String/15.5.4.6-2: FAIL_OK |
215 | 215 |
| 216 # Fail because it expects String.prototype.split to distinguish whether |
| 217 # separator was undefined or not passed at all. |
| 218 ecma/String/15.5.4.8-2: FAIL_OK |
| 219 |
216 # Fail because of toLowerCase and toUpperCase conversion. | 220 # Fail because of toLowerCase and toUpperCase conversion. |
217 ecma/String/15.5.4.11-2: FAIL_OK | 221 ecma/String/15.5.4.11-2: FAIL_OK |
218 ecma/String/15.5.4.11-5: FAIL_OK | 222 ecma/String/15.5.4.11-5: FAIL_OK |
219 ecma/String/15.5.4.12-1: FAIL_OK | 223 ecma/String/15.5.4.12-1: FAIL_OK |
220 ecma/String/15.5.4.12-4: FAIL_OK | 224 ecma/String/15.5.4.12-4: FAIL_OK |
221 | 225 |
222 # This test uses an older version of the unicode standard that fails | 226 # This test uses an older version of the unicode standard that fails |
223 # us because we correctly convert the armenian small ligature ech-yiwn | 227 # us because we correctly convert the armenian small ligature ech-yiwn |
224 # to the two upper-case characters ECH and YIWN, whereas the older | 228 # to the two upper-case characters ECH and YIWN, whereas the older |
225 # unicode version converts it to itself. | 229 # unicode version converts it to itself. |
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 ecma/Date/15.9.5.12-2: SKIP | 916 ecma/Date/15.9.5.12-2: SKIP |
913 ecma/Date/15.9.5.8: SKIP | 917 ecma/Date/15.9.5.8: SKIP |
914 ecma/Date/15.9.5.9: SKIP | 918 ecma/Date/15.9.5.9: SKIP |
915 ecma/Date/15.9.5.11-2: SKIP | 919 ecma/Date/15.9.5.11-2: SKIP |
916 ecma/Expressions/11.7.2: SKIP | 920 ecma/Expressions/11.7.2: SKIP |
917 ecma/Expressions/11.10-2: SKIP | 921 ecma/Expressions/11.10-2: SKIP |
918 ecma/Expressions/11.7.3: SKIP | 922 ecma/Expressions/11.7.3: SKIP |
919 ecma/Expressions/11.10-3: SKIP | 923 ecma/Expressions/11.10-3: SKIP |
920 ecma/Expressions/11.7.1: SKIP | 924 ecma/Expressions/11.7.1: SKIP |
921 ecma_3/RegExp/regress-209067: SKIP | 925 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |