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

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

Issue 139973004: A64: Synchronize with r15814. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 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 | « test/cctest/cctest.gyp ('k') | test/cctest/test-circular-queue.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 29 matching lines...) Expand all
40 test-serialize/DependentTestThatAlwaysFails: FAIL 40 test-serialize/DependentTestThatAlwaysFails: FAIL
41 41
42 # This test always fails. It tests that LiveEdit causes abort when turned off. 42 # This test always fails. It tests that LiveEdit causes abort when turned off.
43 test-debug/LiveEditDisabled: FAIL 43 test-debug/LiveEditDisabled: FAIL
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 test-weaksets/WeakSet_Shrinking: FAIL
50 51
51 # Deferred stack trace formatting is temporarily disabled. 52 # Deferred stack trace formatting is temporarily disabled.
52 test-heap/ReleaseStackTraceData: PASS || FAIL 53 test-heap/ReleaseStackTraceData: PASS || FAIL
53 54
54 # Boot up memory use is bloated in debug mode. 55 # Boot up memory use is bloated in debug mode.
55 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug 56 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug
56 57
57 ############################################################################## 58 ##############################################################################
58 [ $arch == a64 ] 59 [ $arch == a64 ]
59 60
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 118
118 # platform-tls.h does not contain an ANDROID-related header. 119 # platform-tls.h does not contain an ANDROID-related header.
119 test-platform-tls/FastTLS: SKIP 120 test-platform-tls/FastTLS: SKIP
120 121
121 # This test times out. 122 # This test times out.
122 test-threads/ThreadJoinSelf: SKIP 123 test-threads/ThreadJoinSelf: SKIP
123 124
124 ############################################################################## 125 ##############################################################################
125 [ $arch == nacl_ia32 || $arch == nacl_x64 ] 126 [ $arch == nacl_ia32 || $arch == nacl_x64 ]
126 127
128 # NaCl builds have problems with threaded tests since Pepper_28.
129 # V8 Issue 2786
130 test-api/Threading1: SKIP
131 test-lockers/MultithreadedParallelIsolates: SKIP
132 test-lockers/ExtensionsRegistration: SKIP
133
127 # These tests fail as there is no /tmp directory in Native Client. 134 # These tests fail as there is no /tmp directory in Native Client.
128 test-log/LogAccessorCallbacks: SKIP 135 test-log/LogAccessorCallbacks: SKIP
129 test-log/LogCallbacks: SKIP 136 test-log/LogCallbacks: SKIP
130 test-log/ProfLazyMode: SKIP 137 test-log/ProfLazyMode: SKIP
131 138
132 # Native Client doesn't support sockets. 139 # Native Client doesn't support sockets.
133 test-debug/DebuggerAgent: SKIP 140 test-debug/DebuggerAgent: SKIP
134 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 141 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
135 test-sockets/Socket: SKIP 142 test-sockets/Socket: SKIP
136 143
137 # Profiling doesn't work on Native Client. 144 # Profiling doesn't work on Native Client.
138 test-cpu-profiler/*: SKIP 145 test-cpu-profiler/*: SKIP
OLDNEW
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-circular-queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698