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

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

Issue 11482003: Fix mozilla test expectations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 205
206 # Test that assumes specific execution time, flaky in debug mode. 206 # Test that assumes specific execution time, flaky in debug mode.
207 js1_5/Array/regress-101964: PASS || FAIL if $mode == debug 207 js1_5/Array/regress-101964: PASS || FAIL if $mode == debug
208 208
209 209
210 ##################### INCOMPATIBLE TESTS ##################### 210 ##################### INCOMPATIBLE TESTS #####################
211 211
212 # This section is for tests that fail in both V8 and JSC. Thus they 212 # This section is for tests that fail in both V8 and JSC. Thus they
213 # have been determined to be incompatible between Mozilla and V8/JSC. 213 # have been determined to be incompatible between Mozilla and V8/JSC.
214 214
215 # toPrecision argument restricted to range 1..21 in JSC/V8 and ECMA-262
216 js1_5/Regress/regress-452346: FAIL_OK
217
215 # Fail because it calls builtins as functions and do not expect the 218 # Fail because it calls builtins as functions and do not expect the
216 # builtin to have undefined as the receiver. 219 # builtin to have undefined as the receiver.
217 ecma/String/15.5.4.6-2: FAIL_OK 220 ecma/String/15.5.4.6-2: FAIL_OK
218 221
219 # Fail because it expects String.prototype.split to distinguish whether 222 # Fail because it expects String.prototype.split to distinguish whether
220 # separator was undefined or not passed at all. 223 # separator was undefined or not passed at all.
221 ecma/String/15.5.4.8-2: FAIL_OK 224 ecma/String/15.5.4.8-2: FAIL_OK
222 225
223 # Fail because of toLowerCase and toUpperCase conversion. 226 # Fail because of toLowerCase and toUpperCase conversion.
224 ecma/String/15.5.4.11-2: FAIL_OK 227 ecma/String/15.5.4.11-2: FAIL_OK
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 ecma/Date/15.9.5.12-2: SKIP 860 ecma/Date/15.9.5.12-2: SKIP
858 js1_5/Array/regress-99120-02: SKIP 861 js1_5/Array/regress-99120-02: SKIP
859 js1_5/extensions/regress-371636: SKIP 862 js1_5/extensions/regress-371636: SKIP
860 js1_5/Regress/regress-203278-1: SKIP 863 js1_5/Regress/regress-203278-1: SKIP
861 js1_5/Regress/regress-404755: SKIP 864 js1_5/Regress/regress-404755: SKIP
862 js1_5/Regress/regress-451322: SKIP 865 js1_5/Regress/regress-451322: SKIP
863 866
864 867
865 # BUG(1040): Allow this test to timeout. 868 # BUG(1040): Allow this test to timeout.
866 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