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

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

Issue 5862002: Version 3.0.2. (Closed)
Patch Set: Created 10 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
OLDNEW
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 def FAIL_OK = FAIL, OKAY 46 def FAIL_OK = FAIL, OKAY
47 47
48 48
49 ##################### SKIPPED TESTS ##################### 49 ##################### SKIPPED TESTS #####################
50 50
51 # This test checks that we behave properly in an out-of-memory 51 # This test checks that we behave properly in an out-of-memory
52 # situation. The test fails in V8 with an exception and takes a long 52 # situation. The test fails in V8 with an exception and takes a long
53 # time to do so. 53 # time to do so.
54 js1_5/Regress/regress-271716-n: SKIP 54 js1_5/Regress/regress-271716-n: SKIP
55 55
56 # BUG(960): This test has an insane amount of output when it times out,
57 # messing up ability to see other failures on the waterfall.
58 js1_5/extensions/regress-342960: SKIP
59 56
60 # This test uses a unitialized variable. A Bug has been filed: 57 # This test uses a unitialized variable. A Bug has been filed:
61 # https://bugzilla.mozilla.org/show_bug.cgi?id=575575 58 # https://bugzilla.mozilla.org/show_bug.cgi?id=575575
62 js1_5/Array/regress-465980-02: SKIP 59 js1_5/Array/regress-465980-02: SKIP
63 60
64 # These tests are simply wrong (i.e., they do not test what they intend 61 # These tests are simply wrong (i.e., they do not test what they intend
65 # to test). 62 # to test).
66 # In particular, these two compare numbers to NaN with != in the current 63 # In particular, these two compare numbers to NaN with != in the current
67 # version of the Mozilla tests. This is *fixed* in a later version. 64 # version of the Mozilla tests. This is *fixed* in a later version.
68 # The tests should be re-enabled when switching to a new version. 65 # The tests should be re-enabled when switching to a new version.
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 js1_5/Regress/regress-280769-4: PASS || FAIL 282 js1_5/Regress/regress-280769-4: PASS || FAIL
286 js1_5/Regress/regress-280769-5: PASS || FAIL 283 js1_5/Regress/regress-280769-5: PASS || FAIL
287 284
288 285
289 # We do not support static RegExp.multiline - should we?. 286 # We do not support static RegExp.multiline - should we?.
290 js1_2/regexp/RegExp_multiline: FAIL_OK 287 js1_2/regexp/RegExp_multiline: FAIL_OK
291 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK 288 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK
292 js1_2/regexp/beginLine: FAIL_OK 289 js1_2/regexp/beginLine: FAIL_OK
293 js1_2/regexp/endLine: FAIL_OK 290 js1_2/regexp/endLine: FAIL_OK
294 291
292 # To be compatible with JSC, we no longer accept [\d-x], [x-\d] or
293 # [\d-\d] as valid ranges.
294 ecma_3/RegExp/regress-375715-02: FAIL
295 js1_5/extensions/regress-351463-01: FAIL
295 296
296 # To be compatible with safari typeof a regexp yields 'function'; 297 # To be compatible with safari typeof a regexp yields 'function';
297 # in firefox it yields 'object'. 298 # in firefox it yields 'object'.
298 js1_2/function/regexparg-1: FAIL_OK 299 js1_2/function/regexparg-1: FAIL_OK
299 300
300 301
301 # Date trouble? 302 # Date trouble?
302 js1_5/Date/regress-301738-02: FAIL_OK 303 js1_5/Date/regress-301738-02: FAIL_OK
303 304
304 305
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ecma/Date/15.9.5.8: SKIP 864 ecma/Date/15.9.5.8: SKIP
864 ecma/Date/15.9.5.9: SKIP 865 ecma/Date/15.9.5.9: SKIP
865 ecma/Date/15.9.5.10-2: SKIP 866 ecma/Date/15.9.5.10-2: SKIP
866 ecma/Date/15.9.5.11-2: SKIP 867 ecma/Date/15.9.5.11-2: SKIP
867 ecma/Expressions/11.7.2: SKIP 868 ecma/Expressions/11.7.2: SKIP
868 ecma/Expressions/11.10-2: SKIP 869 ecma/Expressions/11.10-2: SKIP
869 ecma/Expressions/11.7.3: SKIP 870 ecma/Expressions/11.7.3: SKIP
870 ecma/Expressions/11.10-3: SKIP 871 ecma/Expressions/11.10-3: SKIP
871 ecma/Expressions/11.7.1: SKIP 872 ecma/Expressions/11.7.1: SKIP
872 ecma_3/RegExp/regress-209067: SKIP 873 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« ChangeLog ('K') | « test/mjsunit/tools/logreader.js ('k') | test/sputnik/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698