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

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

Issue 8139027: Version 3.6.5 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: '' Created 9 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/undeletable-functions.js ('k') | test/preparser/strict-identifiers.pyt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 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
11 # with the distribution. 11 # with the distribution.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 js1_5/Array/regress-465980-02: SKIP 62 js1_5/Array/regress-465980-02: SKIP
63 63
64 # These tests are simply wrong (i.e., they do not test what they intend 64 # These tests are simply wrong (i.e., they do not test what they intend
65 # to test). 65 # to test).
66 # In particular, these two compare numbers to NaN with != in the current 66 # 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. 67 # 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. 68 # The tests should be re-enabled when switching to a new version.
69 ecma_3/Date/15.9.3.2-1: SKIP 69 ecma_3/Date/15.9.3.2-1: SKIP
70 js1_2/function/Number: SKIP 70 js1_2/function/Number: SKIP
71 71
72
73 ##################### SLOW TESTS ##################### 72 ##################### SLOW TESTS #####################
74 73
75 # This takes a long time to run (~100 seconds). It should only be run 74 # This takes a long time to run (~100 seconds). It should only be run
76 # by the really patient. 75 # by the really patient.
77 js1_5/GC/regress-324278: SLOW 76 js1_5/GC/regress-324278: SLOW
78 77
79 # This takes a long time to run because our indexOf operation is 78 # This takes a long time to run because our indexOf operation is
80 # pretty slow - it causes a lot of GCs; see issue 79 # pretty slow - it causes a lot of GCs; see issue
81 # #926379. We could consider marking this SKIP because it takes a 80 # #926379. We could consider marking this SKIP because it takes a
82 # while to run to completion. 81 # while to run to completion.
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 ecma/String/15.5.4.12-1: FAIL_OK 219 ecma/String/15.5.4.12-1: FAIL_OK
221 ecma/String/15.5.4.12-4: FAIL_OK 220 ecma/String/15.5.4.12-4: FAIL_OK
222 221
223 # This test uses an older version of the unicode standard that fails 222 # This test uses an older version of the unicode standard that fails
224 # us because we correctly convert the armenian small ligature ech-yiwn 223 # us because we correctly convert the armenian small ligature ech-yiwn
225 # to the two upper-case characters ECH and YIWN, whereas the older 224 # to the two upper-case characters ECH and YIWN, whereas the older
226 # unicode version converts it to itself. 225 # unicode version converts it to itself.
227 ecma/String/15.5.4.12-5: FAIL_OK 226 ecma/String/15.5.4.12-5: FAIL_OK
228 227
229 # Creates a linked list of arrays until we run out of memory or timeout. 228 # Creates a linked list of arrays until we run out of memory or timeout.
230 js1_5/Regress/regress-312588: FAIL || TIMEOUT 229 js1_5/Regress/regress-312588: SKIP
231 230
232 231
233 # Runs out of memory because it compiles huge functions. 232 # Runs out of memory because it compiles huge functions.
234 js1_5/Function/regress-338001: FAIL_OK 233 js1_5/Function/regress-338001: FAIL_OK
235 js1_5/Function/regress-338121-01: FAIL_OK 234 js1_5/Function/regress-338121-01: FAIL_OK
236 js1_5/Function/regress-338121-02: FAIL_OK 235 js1_5/Function/regress-338121-02: FAIL_OK
237 js1_5/Function/regress-338121-03: FAIL_OK 236 js1_5/Function/regress-338121-03: FAIL_OK
238 237
239 # Expectes 'prototype' property of functions to be enumerable. 238 # Expectes 'prototype' property of functions to be enumerable.
240 js1_5/Function/10.1.6-01: FAIL_OK 239 js1_5/Function/10.1.6-01: FAIL_OK
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 611
613 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. 612 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
614 # Marked as: Will not fix. V8 throws an acceptable RangeError. 613 # Marked as: Will not fix. V8 throws an acceptable RangeError.
615 js1_5/Expressions/regress-394673: FAIL 614 js1_5/Expressions/regress-394673: FAIL
616 615
617 616
618 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 617 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762
619 # We do not correctly handle assignments within "with" 618 # We do not correctly handle assignments within "with"
620 /ecma_3/Statements/12.10-01: FAIL 619 /ecma_3/Statements/12.10-01: FAIL
621 620
621 # We do not throw an exception when a const is redeclared.
622 # (We only fail section 1 of the test.)
623 js1_5/Regress/regress-103602: FAIL
624
622 ##################### MOZILLA EXTENSION TESTS ##################### 625 ##################### MOZILLA EXTENSION TESTS #####################
623 626
624 ecma/extensions/15.1.2.1-1: FAIL_OK 627 ecma/extensions/15.1.2.1-1: FAIL_OK
625 ecma_3/extensions/regress-385393-03: FAIL_OK 628 ecma_3/extensions/regress-385393-03: FAIL_OK
626 ecma_3/extensions/7.9.1: FAIL_OK 629 ecma_3/extensions/7.9.1: FAIL_OK
627 js1_5/extensions/catchguard-001: FAIL_OK 630 js1_5/extensions/catchguard-001: FAIL_OK
628 js1_5/extensions/catchguard-002: FAIL_OK 631 js1_5/extensions/catchguard-002: FAIL_OK
629 js1_5/extensions/catchguard-003: FAIL_OK 632 js1_5/extensions/catchguard-003: FAIL_OK
630 js1_5/extensions/getset-001: FAIL_OK 633 js1_5/extensions/getset-001: FAIL_OK
631 js1_5/extensions/getset-003: FAIL_OK 634 js1_5/extensions/getset-003: FAIL_OK
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 ecma/Date/15.9.5.12-2: SKIP 857 ecma/Date/15.9.5.12-2: SKIP
855 ecma/Date/15.9.5.8: SKIP 858 ecma/Date/15.9.5.8: SKIP
856 ecma/Date/15.9.5.9: SKIP 859 ecma/Date/15.9.5.9: SKIP
857 ecma/Date/15.9.5.11-2: SKIP 860 ecma/Date/15.9.5.11-2: SKIP
858 ecma/Expressions/11.7.2: SKIP 861 ecma/Expressions/11.7.2: SKIP
859 ecma/Expressions/11.10-2: SKIP 862 ecma/Expressions/11.10-2: SKIP
860 ecma/Expressions/11.7.3: SKIP 863 ecma/Expressions/11.7.3: SKIP
861 ecma/Expressions/11.10-3: SKIP 864 ecma/Expressions/11.10-3: SKIP
862 ecma/Expressions/11.7.1: SKIP 865 ecma/Expressions/11.7.1: SKIP
863 ecma_3/RegExp/regress-209067: SKIP 866 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/undeletable-functions.js ('k') | test/preparser/strict-identifiers.pyt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698