Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: test/mozilla/mozilla.status

Issue 10816018: Update mozilla test expectations for outdated test. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 ecma_2/RegExp/hex-001: FAIL_OK 596 ecma_2/RegExp/hex-001: FAIL_OK
597 js1_2/regexp/hexadecimal: FAIL_OK 597 js1_2/regexp/hexadecimal: FAIL_OK
598 598
599 599
600 # The source field of RegExp objects is properly escaped. We match JSC. 600 # The source field of RegExp objects is properly escaped. We match JSC.
601 ecma_2/RegExp/constructor-001: FAIL_OK 601 ecma_2/RegExp/constructor-001: FAIL_OK
602 ecma_2/RegExp/function-001: FAIL_OK 602 ecma_2/RegExp/function-001: FAIL_OK
603 ecma_2/RegExp/properties-001: FAIL_OK 603 ecma_2/RegExp/properties-001: FAIL_OK
604 604
605 605
606 # Negative hexadecimal literals are parsed as NaN. This test is outdated.
607 ecma/TypeConversion/9.3.1-3: FAIL_OK
608
609
606 ##################### FAILING TESTS ##################### 610 ##################### FAILING TESTS #####################
607 611
608 # This section is for tests that fail in V8 and pass in JSC. 612 # This section is for tests that fail in V8 and pass in JSC.
609 # Tests that fail in both V8 and JSC belong in the FAIL_OK 613 # Tests that fail in both V8 and JSC belong in the FAIL_OK
610 # category. 614 # category.
611 615
612 # This fails because we don't handle Function.prototype.apply with very large 616 # This fails because we don't handle Function.prototype.apply with very large
613 # numbers of arguments (depending on max stack size). 350256-02 needs more than 617 # numbers of arguments (depending on max stack size). 350256-02 needs more than
614 # 4Mbytes of stack space. 618 # 4Mbytes of stack space.
615 js1_5/Array/regress-350256-02: FAIL 619 js1_5/Array/regress-350256-02: FAIL
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 ecma/Date/15.9.5.12-2: SKIP 860 ecma/Date/15.9.5.12-2: SKIP
857 js1_5/Array/regress-99120-02: SKIP 861 js1_5/Array/regress-99120-02: SKIP
858 js1_5/extensions/regress-371636: SKIP 862 js1_5/extensions/regress-371636: SKIP
859 js1_5/Regress/regress-203278-1: SKIP 863 js1_5/Regress/regress-203278-1: SKIP
860 js1_5/Regress/regress-404755: SKIP 864 js1_5/Regress/regress-404755: SKIP
861 js1_5/Regress/regress-451322: SKIP 865 js1_5/Regress/regress-451322: SKIP
862 866
863 867
864 # BUG(1040): Allow this test to timeout. 868 # BUG(1040): Allow this test to timeout.
865 js1_5/GC/regress-203278-2: PASS || TIMEOUT 869 js1_5/GC/regress-203278-2: PASS || TIMEOUT
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698