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

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

Issue 7910: Update Mozilla test status to reflect that regress-363258... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 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 | « test/mjsunit/bugs/bug-124.js ('k') | 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 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 # as sorting arrays of strings. 163 # as sorting arrays of strings.
164 js1_5/extensions/regress-371636: PASS || FAIL 164 js1_5/extensions/regress-371636: PASS || FAIL
165 165
166 166
167 # Tests depend on GC timings. Inherently flaky. 167 # Tests depend on GC timings. Inherently flaky.
168 js1_5/GC/regress-383269-01: PASS || FAIL 168 js1_5/GC/regress-383269-01: PASS || FAIL
169 js1_5/GC/regress-383269-02: PASS || FAIL 169 js1_5/GC/regress-383269-02: PASS || FAIL
170 js1_5/Regress/regress-404755: PASS || FAIL 170 js1_5/Regress/regress-404755: PASS || FAIL
171 171
172 172
173 # Test that depends on timer resolution. Fails every now and then
174 # if we're unlucky enough to get a context switch at a bad time.
175 js1_5/extensions/regress-363258: PASS || FAIL
176
177
178
173 ##################### INCOMPATIBLE TESTS ##################### 179 ##################### INCOMPATIBLE TESTS #####################
174 180
175 # This section is for tests that fail in both V8 and KJS. Thus they 181 # This section is for tests that fail in both V8 and KJS. Thus they
176 # have been determined to be incompatible between Mozilla and V8/KJS. 182 # have been determined to be incompatible between Mozilla and V8/KJS.
177 183
178 # Fail because of toLowerCase and toUpperCase conversion. 184 # Fail because of toLowerCase and toUpperCase conversion.
179 ecma/String/15.5.4.11-2: FAIL_OK 185 ecma/String/15.5.4.11-2: FAIL_OK
180 ecma/String/15.5.4.11-5: FAIL_OK 186 ecma/String/15.5.4.11-5: FAIL_OK
181 ecma/String/15.5.4.12-1: FAIL_OK 187 ecma/String/15.5.4.12-1: FAIL_OK
182 ecma/String/15.5.4.12-4: FAIL_OK 188 ecma/String/15.5.4.12-4: FAIL_OK
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 js1_5/decompilation/regress-356083: PASS || FAIL 748 js1_5/decompilation/regress-356083: PASS || FAIL
743 js1_5/decompilation/regress-356248: PASS || FAIL 749 js1_5/decompilation/regress-356248: PASS || FAIL
744 js1_5/decompilation/regress-371692: PASS || FAIL 750 js1_5/decompilation/regress-371692: PASS || FAIL
745 js1_5/decompilation/regress-373678: PASS || FAIL 751 js1_5/decompilation/regress-373678: PASS || FAIL
746 js1_5/decompilation/regress-375639: PASS || FAIL 752 js1_5/decompilation/regress-375639: PASS || FAIL
747 js1_5/decompilation/regress-375882: PASS || FAIL 753 js1_5/decompilation/regress-375882: PASS || FAIL
748 js1_5/decompilation/regress-376564: PASS || FAIL 754 js1_5/decompilation/regress-376564: PASS || FAIL
749 js1_5/decompilation/regress-383721: PASS || FAIL 755 js1_5/decompilation/regress-383721: PASS || FAIL
750 js1_5/decompilation/regress-406555: PASS || FAIL 756 js1_5/decompilation/regress-406555: PASS || FAIL
751 757
752 [ $system == windows ]
753
754 # This test is flaky because of the default timer resolution on Windows.
755 js1_5/extensions/regress-363258: PASS || FAIL
756 mozilla/js1_5/GC/regress-383269-02: PASS, FLAKY IF $mode == debug
757 758
758 [ $FAST == yes ] 759 [ $FAST == yes ]
759 760
760 # These tests take an unreasonable amount of time so we skip them 761 # These tests take an unreasonable amount of time so we skip them
761 # in fast mode. 762 # in fast mode.
762 763
763 js1_5/Regress/regress-312588: SKIP 764 js1_5/Regress/regress-312588: SKIP
764 js1_5/Regress/regress-271716-n: SKIP 765 js1_5/Regress/regress-271716-n: SKIP
765 766
767
766 [ $FAST == yes && $ARCH == arm ] 768 [ $FAST == yes && $ARCH == arm ]
767 769
768 # In fast mode on arm we try to skip all tests that would time out, 770 # In fast mode on arm we try to skip all tests that would time out,
769 # since running the tests takes so long in the first place. 771 # since running the tests takes so long in the first place.
770 772
771 js1_5/Regress/regress-280769-2: SKIP 773 js1_5/Regress/regress-280769-2: SKIP
772 js1_5/Regress/regress-280769-3: SKIP 774 js1_5/Regress/regress-280769-3: SKIP
773 js1_5/Regress/regress-244470: SKIP 775 js1_5/Regress/regress-244470: SKIP
774 js1_5/Regress/regress-203278-1: SKIP 776 js1_5/Regress/regress-203278-1: SKIP
775 js1_5/Regress/regress-290575: SKIP 777 js1_5/Regress/regress-290575: SKIP
(...skipping 14 matching lines...) Expand all
790 ecma/Date/15.9.5.8: SKIP 792 ecma/Date/15.9.5.8: SKIP
791 ecma/Date/15.9.5.9: SKIP 793 ecma/Date/15.9.5.9: SKIP
792 ecma/Date/15.9.5.10-2: SKIP 794 ecma/Date/15.9.5.10-2: SKIP
793 ecma/Date/15.9.5.11-2: SKIP 795 ecma/Date/15.9.5.11-2: SKIP
794 ecma/Expressions/11.7.2: SKIP 796 ecma/Expressions/11.7.2: SKIP
795 ecma/Expressions/11.10-2: SKIP 797 ecma/Expressions/11.10-2: SKIP
796 ecma/Expressions/11.7.3: SKIP 798 ecma/Expressions/11.7.3: SKIP
797 ecma/Expressions/11.10-3: SKIP 799 ecma/Expressions/11.10-3: SKIP
798 ecma/Expressions/11.7.1: SKIP 800 ecma/Expressions/11.7.1: SKIP
799 ecma_3/RegExp/regress-209067: SKIP 801 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/bugs/bug-124.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698