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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 js1_2/operator/equality: FAIL_OK | 425 js1_2/operator/equality: FAIL_OK |
426 js1_2/version120/boolean-001: FAIL_OK | 426 js1_2/version120/boolean-001: FAIL_OK |
427 js1_2/String/concat: FAIL_OK | 427 js1_2/String/concat: FAIL_OK |
428 js1_2/function/Function_object: FAIL_OK | 428 js1_2/function/Function_object: FAIL_OK |
429 js1_2/function/tostring-1: FAIL_OK | 429 js1_2/function/tostring-1: FAIL_OK |
430 js1_2/version120/regress-99663: FAIL_OK | 430 js1_2/version120/regress-99663: FAIL_OK |
431 js1_2/regexp/RegExp_lastIndex: FAIL_OK | 431 js1_2/regexp/RegExp_lastIndex: FAIL_OK |
432 js1_2/regexp/string_split: FAIL_OK | 432 js1_2/regexp/string_split: FAIL_OK |
433 | 433 |
434 | 434 |
| 435 # RegExps are not callable. |
| 436 js1_2/regexp/simple_form: FAIL_OK |
| 437 js1_2/regexp/regress-6359: FAIL_OK |
| 438 js1_2/regexp/regress-9141: FAIL_OK |
| 439 js1_5/Regress/regress-224956: FAIL_OK |
| 440 js1_5/Regress/regress-325925: FAIL_OK |
| 441 ecma_2/RegExp/regress-001: FAIL_OK |
| 442 |
435 # We do not check for bad surrogate pairs when quoting strings. | 443 # We do not check for bad surrogate pairs when quoting strings. |
436 js1_5/Regress/regress-315974: FAIL_OK | 444 js1_5/Regress/regress-315974: FAIL_OK |
437 | 445 |
438 | 446 |
439 # Use unsupported "watch". | 447 # Use unsupported "watch". |
440 js1_5/Regress/regress-213482: FAIL_OK | 448 js1_5/Regress/regress-213482: FAIL_OK |
441 js1_5/Regress/regress-240577: FAIL_OK | 449 js1_5/Regress/regress-240577: FAIL_OK |
442 js1_5/Regress/regress-355344: FAIL_OK | 450 js1_5/Regress/regress-355344: FAIL_OK |
443 js1_5/Object/regress-362872-01: FAIL_OK | 451 js1_5/Object/regress-362872-01: FAIL_OK |
444 js1_5/Object/regress-362872-02: FAIL_OK | 452 js1_5/Object/regress-362872-02: FAIL_OK |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 ecma/Date/15.9.5.12-2: SKIP | 870 ecma/Date/15.9.5.12-2: SKIP |
863 ecma/Date/15.9.5.8: SKIP | 871 ecma/Date/15.9.5.8: SKIP |
864 ecma/Date/15.9.5.9: SKIP | 872 ecma/Date/15.9.5.9: SKIP |
865 ecma/Date/15.9.5.11-2: SKIP | 873 ecma/Date/15.9.5.11-2: SKIP |
866 ecma/Expressions/11.7.2: SKIP | 874 ecma/Expressions/11.7.2: SKIP |
867 ecma/Expressions/11.10-2: SKIP | 875 ecma/Expressions/11.10-2: SKIP |
868 ecma/Expressions/11.7.3: SKIP | 876 ecma/Expressions/11.7.3: SKIP |
869 ecma/Expressions/11.10-3: SKIP | 877 ecma/Expressions/11.10-3: SKIP |
870 ecma/Expressions/11.7.1: SKIP | 878 ecma/Expressions/11.7.1: SKIP |
871 ecma_3/RegExp/regress-209067: SKIP | 879 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |