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

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

Issue 6332019: Change an invalid assert (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 11 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/frames.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 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: FAIL
54 56
55 ############################################################################## 57 ##############################################################################
56 [ $arch == x64 ] 58 [ $arch == x64 ]
57 59
58 # Optimization is currently not working on crankshaft x64 and ARM. 60 # Optimization is currently not working on crankshaft x64 and ARM.
59 test-heap/TestInternalWeakLists: PASS || FAIL 61 test-heap/TestInternalWeakLists: PASS || FAIL
60 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL 62 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
61 63
62 64
63 ############################################################################## 65 ##############################################################################
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 test-heap-profiler: SKIP 131 test-heap-profiler: SKIP
130 test-log: SKIP 132 test-log: SKIP
131 test-log-utils: SKIP 133 test-log-utils: SKIP
132 test-mark-compact: SKIP 134 test-mark-compact: SKIP
133 test-regexp: SKIP 135 test-regexp: SKIP
134 test-serialize: SKIP 136 test-serialize: SKIP
135 test-sockets: SKIP 137 test-sockets: SKIP
136 test-strings: SKIP 138 test-strings: SKIP
137 test-threads: SKIP 139 test-threads: SKIP
138 test-thread-termination: SKIP 140 test-thread-termination: SKIP
OLDNEW
« no previous file with comments | « src/frames.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698