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

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

Issue 7908005: Fix some asserts in stub generation and file some bugs where (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 3 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
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 the V8 project authors. All rights reserved.
Jakob Kummerow 2011/09/15 15:41:09 2011
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 # Causes assert to be triggered: http://code.google.com/p/v8/issues/detail?id=16 89
73 js1_5/Regress/regress-103602: SKIP
Jakob Kummerow 2011/09/15 15:41:09 I don't see any assertions triggered by regress-10
Erik Corry 2011/09/15 19:29:16 Good catch.
74 js1_5/GC/regress-311497: SKIP
72 75
73 ##################### SLOW TESTS ##################### 76 ##################### SLOW TESTS #####################
74 77
75 # This takes a long time to run (~100 seconds). It should only be run 78 # This takes a long time to run (~100 seconds). It should only be run
76 # by the really patient. 79 # by the really patient.
77 js1_5/GC/regress-324278: SLOW 80 js1_5/GC/regress-324278: SLOW
78 81
79 # This takes a long time to run because our indexOf operation is 82 # This takes a long time to run because our indexOf operation is
80 # pretty slow - it causes a lot of GCs; see issue 83 # pretty slow - it causes a lot of GCs; see issue
81 # #926379. We could consider marking this SKIP because it takes a 84 # #926379. We could consider marking this SKIP because it takes a
(...skipping 772 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

Powered by Google App Engine
This is Rietveld 408576698