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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 | 199 |
200 # Test that assumes specific runtime for a regexp, flaky in debug mode. | 200 # Test that assumes specific runtime for a regexp, flaky in debug mode. |
201 ecma_3/RegExp/regress-85721: PASS || FAIL if $mode == debug | 201 ecma_3/RegExp/regress-85721: PASS || FAIL if $mode == debug |
202 | 202 |
203 | 203 |
204 ##################### INCOMPATIBLE TESTS ##################### | 204 ##################### INCOMPATIBLE TESTS ##################### |
205 | 205 |
206 # This section is for tests that fail in both V8 and JSC. Thus they | 206 # This section is for tests that fail in both V8 and JSC. Thus they |
207 # have been determined to be incompatible between Mozilla and V8/JSC. | 207 # have been determined to be incompatible between Mozilla and V8/JSC. |
208 | 208 |
209 # Fail because it calls builtins as functions and do not expect the | |
210 # builtin to have undefined as the receiver. | |
211 ecma/String/15.5.4.6-2: FAIL_OK | |
212 | |
213 # Fail because of toLowerCase and toUpperCase conversion. | 209 # Fail because of toLowerCase and toUpperCase conversion. |
214 ecma/String/15.5.4.11-2: FAIL_OK | 210 ecma/String/15.5.4.11-2: FAIL_OK |
215 ecma/String/15.5.4.11-5: FAIL_OK | 211 ecma/String/15.5.4.11-5: FAIL_OK |
216 ecma/String/15.5.4.12-1: FAIL_OK | 212 ecma/String/15.5.4.12-1: FAIL_OK |
217 ecma/String/15.5.4.12-4: FAIL_OK | 213 ecma/String/15.5.4.12-4: FAIL_OK |
218 | 214 |
219 # This test uses an older version of the unicode standard that fails | 215 # This test uses an older version of the unicode standard that fails |
220 # us because we correctly convert the armenian small ligature ech-yiwn | 216 # us because we correctly convert the armenian small ligature ech-yiwn |
221 # to the two upper-case characters ECH and YIWN, whereas the older | 217 # to the two upper-case characters ECH and YIWN, whereas the older |
222 # unicode version converts it to itself. | 218 # unicode version converts it to itself. |
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 ecma/Date/15.9.5.12-2: SKIP | 870 ecma/Date/15.9.5.12-2: SKIP |
875 ecma/Date/15.9.5.8: SKIP | 871 ecma/Date/15.9.5.8: SKIP |
876 ecma/Date/15.9.5.9: SKIP | 872 ecma/Date/15.9.5.9: SKIP |
877 ecma/Date/15.9.5.11-2: SKIP | 873 ecma/Date/15.9.5.11-2: SKIP |
878 ecma/Expressions/11.7.2: SKIP | 874 ecma/Expressions/11.7.2: SKIP |
879 ecma/Expressions/11.10-2: SKIP | 875 ecma/Expressions/11.10-2: SKIP |
880 ecma/Expressions/11.7.3: SKIP | 876 ecma/Expressions/11.7.3: SKIP |
881 ecma/Expressions/11.10-3: SKIP | 877 ecma/Expressions/11.10-3: SKIP |
882 ecma/Expressions/11.7.1: SKIP | 878 ecma/Expressions/11.7.1: SKIP |
883 ecma_3/RegExp/regress-209067: SKIP | 879 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |