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

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

Issue 10178039: One more register change missing from r11460. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 7 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 | « src/ia32/stub-cache-ia32.cc ('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 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 # TODO(2018): Temporarily allow timeout in debug mode. 72 # TODO(2018): Temporarily allow timeout in debug mode.
73 js1_5/GC/regress-203278-2: PASS || TIMEOUT if $mode == debug 73 js1_5/GC/regress-203278-2: PASS || TIMEOUT if $mode == debug
74 74
75 # TODO(2108): r11460 made this crash.
76 js1_5/Regress/regress-346801: SKIP
77
78 ##################### SLOW TESTS ##################### 75 ##################### SLOW TESTS #####################
79 76
80 # This takes a long time to run (~100 seconds). It should only be run 77 # This takes a long time to run (~100 seconds). It should only be run
81 # by the really patient. 78 # by the really patient.
82 js1_5/GC/regress-324278: SLOW 79 js1_5/GC/regress-324278: SLOW
83 80
84 # This takes a long time to run because our indexOf operation is 81 # This takes a long time to run because our indexOf operation is
85 # pretty slow - it causes a lot of GCs; see issue 82 # pretty slow - it causes a lot of GCs; see issue
86 # #926379. We could consider marking this SKIP because it takes a 83 # #926379. We could consider marking this SKIP because it takes a
87 # while to run to completion. 84 # while to run to completion.
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 ecma/Date/15.9.5.12-2: SKIP 933 ecma/Date/15.9.5.12-2: SKIP
937 ecma/Date/15.9.5.8: SKIP 934 ecma/Date/15.9.5.8: SKIP
938 ecma/Date/15.9.5.9: SKIP 935 ecma/Date/15.9.5.9: SKIP
939 ecma/Date/15.9.5.11-2: SKIP 936 ecma/Date/15.9.5.11-2: SKIP
940 ecma/Expressions/11.7.2: SKIP 937 ecma/Expressions/11.7.2: SKIP
941 ecma/Expressions/11.10-2: SKIP 938 ecma/Expressions/11.10-2: SKIP
942 ecma/Expressions/11.7.3: SKIP 939 ecma/Expressions/11.7.3: SKIP
943 ecma/Expressions/11.10-3: SKIP 940 ecma/Expressions/11.10-3: SKIP
944 ecma/Expressions/11.7.1: SKIP 941 ecma/Expressions/11.7.1: SKIP
945 ecma_3/RegExp/regress-209067: SKIP 942 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « src/ia32/stub-cache-ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698