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

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

Issue 6815029: Merge (7180:7265] from bleeding_edge to the experimental/gc branch.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 8 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 | « test/benchmarks/testcfg.py ('k') | test/cctest/test-api.cc » ('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 28 matching lines...) Expand all
39 # 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
40 # 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
41 # when snapshot is on, so I am marking it PASS || FAIL 41 # when snapshot is on, so I am marking it PASS || FAIL
42 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL 42 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
43 43
44 # 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
45 # they don't fail then test.py has failed. 45 # they don't fail then test.py has failed.
46 test-serialize/TestThatAlwaysFails: FAIL 46 test-serialize/TestThatAlwaysFails: FAIL
47 test-serialize/DependentTestThatAlwaysFails: FAIL 47 test-serialize/DependentTestThatAlwaysFails: FAIL
48 48
49 # Temporarily disabled in the GC branch. 49 # TODO(gc): Temporarily disabled in the GC branch.
50 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL 50 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL
51 51
52 ############################################################################## 52 # BUG(1261): Flakey test.
53 test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL
54
53 [ $arch == arm ] 55 [ $arch == arm ]
54 56
55 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 57 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
56 # Apparently our ARM box is in such a state. Skip the test as it also runs for 58 # Apparently our ARM box is in such a state. Skip the test as it also runs for
57 # a long time. 59 # a long time.
58 test-api/OutOfMemory: SKIP 60 test-api/OutOfMemory: SKIP
59 test-api/OutOfMemoryNested: SKIP 61 test-api/OutOfMemoryNested: SKIP
60 62
61 # BUG(355): Test crashes on ARM. 63 # BUG(355): Test crashes on ARM.
62 test-log/ProfLazyMode: SKIP 64 test-log/ProfLazyMode: SKIP
(...skipping 30 matching lines...) Expand all
93 test-heap-profiler: SKIP 95 test-heap-profiler: SKIP
94 test-log: SKIP 96 test-log: SKIP
95 test-log-utils: SKIP 97 test-log-utils: SKIP
96 test-mark-compact: SKIP 98 test-mark-compact: SKIP
97 test-regexp: SKIP 99 test-regexp: SKIP
98 test-serialize: SKIP 100 test-serialize: SKIP
99 test-sockets: SKIP 101 test-sockets: SKIP
100 test-strings: SKIP 102 test-strings: SKIP
101 test-threads: SKIP 103 test-threads: SKIP
102 test-thread-termination: SKIP 104 test-thread-termination: SKIP
OLDNEW
« no previous file with comments | « test/benchmarks/testcfg.py ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698