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

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

Issue 6606002: Merge revision 6500-6600 from bleeding_edge to the isolates branch. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/isolates/
Patch Set: '' Created 9 years, 9 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 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 11 matching lines...) Expand all
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 prefix cctest 28 prefix cctest
29 29
30 test-api/Bug*: FAIL 30 test-api/Bug*: FAIL
31 31
32 # The problem is that a code object can get a different optimizable flag
33 # in crankshaft after creation.
34 test-log/EquivalenceOfLoggingAndTraversal: SKIP
35
36
37 ############################################################################## 32 ##############################################################################
38 # BUG(281): This test fails on some Linuxes. 33 # BUG(281): This test fails on some Linuxes.
39 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux 34 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
40 35
41 # BUG(382): Weird test. Can't guarantee that it never times out. 36 # BUG(382): Weird test. Can't guarantee that it never times out.
42 test-api/ApplyInterruption: PASS || TIMEOUT 37 test-api/ApplyInterruption: PASS || TIMEOUT
43 38
44 # BUG(484): This test which we thought was originally corrected in r5236 39 # 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 40 # 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 41 # when snapshot is on, so I am marking it PASS || FAIL
47 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL 42 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
48 43
49 # These tests always fail. They are here to test test.py. If 44 # These tests always fail. They are here to test test.py. If
50 # they don't fail then test.py has failed. 45 # they don't fail then test.py has failed.
51 test-serialize/TestThatAlwaysFails: FAIL 46 test-serialize/TestThatAlwaysFails: FAIL
52 test-serialize/DependentTestThatAlwaysFails: FAIL 47 test-serialize/DependentTestThatAlwaysFails: FAIL
53 48
54
55 ############################################################################## 49 ##############################################################################
56 [ $arch == x64 ] 50 [ $arch == x64 ]
57 51
58 # Optimization is currently not working on crankshaft x64 and ARM. 52 # Optimization is currently not working on crankshaft x64 and ARM.
59 test-heap/TestInternalWeakLists: PASS || FAIL 53 test-heap/TestInternalWeakLists: PASS || FAIL
60 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL 54 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL
61 55
62 56
63 ############################################################################## 57 ##############################################################################
64 [ $arch == x64 && $crankshaft ] 58 [ $arch == x64 && $crankshaft ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 test-heap-profiler: SKIP 123 test-heap-profiler: SKIP
130 test-log: SKIP 124 test-log: SKIP
131 test-log-utils: SKIP 125 test-log-utils: SKIP
132 test-mark-compact: SKIP 126 test-mark-compact: SKIP
133 test-regexp: SKIP 127 test-regexp: SKIP
134 test-serialize: SKIP 128 test-serialize: SKIP
135 test-sockets: SKIP 129 test-sockets: SKIP
136 test-strings: SKIP 130 test-strings: SKIP
137 test-threads: SKIP 131 test-threads: SKIP
138 test-thread-termination: SKIP 132 test-thread-termination: SKIP
OLDNEW
« src/ast.cc ('K') | « src/x64/stub-cache-x64.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698