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

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

Issue 15691017: Make assertion scopes thread safe. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 # TODO(gc): Temporarily disabled in the GC branch. 45 # TODO(gc): Temporarily disabled in the GC branch.
46 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL 46 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL
47 47
48 # We do not yet shrink weak maps after they have been emptied by the GC 48 # We do not yet shrink weak maps after they have been emptied by the GC
49 test-weakmaps/Shrinking: FAIL 49 test-weakmaps/Shrinking: FAIL
50 50
51 # Deferred stack trace formatting is temporarily disabled. 51 # Deferred stack trace formatting is temporarily disabled.
52 test-heap/ReleaseStackTraceData: PASS || FAIL 52 test-heap/ReleaseStackTraceData: PASS || FAIL
53 53
54 # Boot up memory use is bloated in debug mode.
55 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug
56
54 ############################################################################## 57 ##############################################################################
55 [ $arch == arm ] 58 [ $arch == arm ]
56 59
57 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 60 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
58 # Apparently our ARM box is in such a state. Skip the test as it also runs for 61 # Apparently our ARM box is in such a state. Skip the test as it also runs for
59 # a long time. 62 # a long time.
60 test-api/OutOfMemory: SKIP 63 test-api/OutOfMemory: SKIP
61 test-api/OutOfMemoryNested: SKIP 64 test-api/OutOfMemoryNested: SKIP
62 65
63 # BUG(355): Test crashes on ARM. 66 # BUG(355): Test crashes on ARM.
(...skipping 27 matching lines...) Expand all
91 test-log/LogCallbacks: SKIP 94 test-log/LogCallbacks: SKIP
92 test-log/ProfLazyMode: SKIP 95 test-log/ProfLazyMode: SKIP
93 96
94 # Native Client doesn't support sockets. 97 # Native Client doesn't support sockets.
95 test-debug/DebuggerAgent: SKIP 98 test-debug/DebuggerAgent: SKIP
96 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 99 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
97 test-sockets/Socket: SKIP 100 test-sockets/Socket: SKIP
98 101
99 # Profiling doesn't work on Native Client. 102 # Profiling doesn't work on Native Client.
100 test-cpu-profiler/*: SKIP 103 test-cpu-profiler/*: SKIP
OLDNEW
« src/api.cc ('K') | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698