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

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

Issue 8536009: Fix filtering of store buffer for large object pages. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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/spaces.h ('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 30 matching lines...) Expand all
41 # an explanation of why the test fails; this may ease future 41 # an explanation of why the test fails; this may ease future
42 # debugging. 42 # debugging.
43 # -------------------------------------------------------------------- 43 # --------------------------------------------------------------------
44 44
45 prefix mozilla 45 prefix mozilla
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 # Skip one test until we figure out what is causing the regression.
52 # http://code.google.com/p/v8/issues/detail?id=1817
53 js1_5/Regress/regress-360969-05: SKIP
54
55 # 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
56 # 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
57 # time to do so. 53 # time to do so.
58 js1_5/Regress/regress-271716-n: SKIP 54 js1_5/Regress/regress-271716-n: SKIP
59 55
60 # BUG(960): This test has an insane amount of output when it times out, 56 # BUG(960): This test has an insane amount of output when it times out,
61 # messing up ability to see other failures on the waterfall. 57 # messing up ability to see other failures on the waterfall.
62 js1_5/extensions/regress-342960: SKIP 58 js1_5/extensions/regress-342960: SKIP
63 59
64 # This test uses a unitialized variable. A Bug has been filed: 60 # This test uses a unitialized variable. A Bug has been filed:
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 ecma/Date/15.9.5.12-2: SKIP 856 ecma/Date/15.9.5.12-2: SKIP
861 ecma/Date/15.9.5.8: SKIP 857 ecma/Date/15.9.5.8: SKIP
862 ecma/Date/15.9.5.9: SKIP 858 ecma/Date/15.9.5.9: SKIP
863 ecma/Date/15.9.5.11-2: SKIP 859 ecma/Date/15.9.5.11-2: SKIP
864 ecma/Expressions/11.7.2: SKIP 860 ecma/Expressions/11.7.2: SKIP
865 ecma/Expressions/11.10-2: SKIP 861 ecma/Expressions/11.10-2: SKIP
866 ecma/Expressions/11.7.3: SKIP 862 ecma/Expressions/11.7.3: SKIP
867 ecma/Expressions/11.10-3: SKIP 863 ecma/Expressions/11.10-3: SKIP
868 ecma/Expressions/11.7.1: SKIP 864 ecma/Expressions/11.7.1: SKIP
869 ecma_3/RegExp/regress-209067: SKIP 865 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « src/spaces.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698