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

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

Issue 6334055: Merge r6576 and r6581 from bleeding_edge to 3.0 branch. (Closed) Base URL: https://v8.googlecode.com/svn/branches/3.0/build/ia32
Patch Set: Created 9 years, 10 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/x64/lithium-x64.cc ('k') | test/mjsunit/regress/regress-1079.js » ('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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 # BUG(484): This test which we thought was originally corrected in r5236 44 # BUG(484): This test which we thought was originally corrected in r5236
45 # is re-appearing. Disabled until bug in test is fixed. This only fails 45 # is re-appearing. Disabled until bug in test is fixed. This only fails
46 # when snapshot is on, so I am marking it PASS || FAIL 46 # when snapshot is on, so I am marking it PASS || FAIL
47 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL 47 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
48 48
49 # These tests always fail. They are here to test test.py. If 49 # These tests always fail. They are here to test test.py. If
50 # they don't fail then test.py has failed. 50 # they don't fail then test.py has failed.
51 test-serialize/TestThatAlwaysFails: FAIL 51 test-serialize/TestThatAlwaysFails: FAIL
52 test-serialize/DependentTestThatAlwaysFails: FAIL 52 test-serialize/DependentTestThatAlwaysFails: FAIL
53 53
54 # BUG(1079)
55 test-api/CaptureStackTraceForUncaughtException: PASS || FAIL
56
57 ############################################################################## 54 ##############################################################################
58 [ $arch == x64 ] 55 [ $arch == x64 ]
59 56
60 # Optimization is currently not working on crankshaft x64 and ARM. 57 # Optimization is currently not working on crankshaft x64 and ARM.
61 test-heap/TestInternalWeakLists: PASS || FAIL 58 test-heap/TestInternalWeakLists: PASS || FAIL
62 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL 59 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
63 60
64 61
65 ############################################################################## 62 ##############################################################################
66 [ $arch == x64 && $crankshaft ] 63 [ $arch == x64 && $crankshaft ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 test-heap-profiler: SKIP 128 test-heap-profiler: SKIP
132 test-log: SKIP 129 test-log: SKIP
133 test-log-utils: SKIP 130 test-log-utils: SKIP
134 test-mark-compact: SKIP 131 test-mark-compact: SKIP
135 test-regexp: SKIP 132 test-regexp: SKIP
136 test-serialize: SKIP 133 test-serialize: SKIP
137 test-sockets: SKIP 134 test-sockets: SKIP
138 test-strings: SKIP 135 test-strings: SKIP
139 test-threads: SKIP 136 test-threads: SKIP
140 test-thread-termination: SKIP 137 test-thread-termination: SKIP
OLDNEW
« no previous file with comments | « src/x64/lithium-x64.cc ('k') | test/mjsunit/regress/regress-1079.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698