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

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

Issue 153773002: A64: Synchronize with r16679. (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-alloc.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 # BUG(355): Test crashes on ARM. 94 # BUG(355): Test crashes on ARM.
95 test-log/ProfLazyMode: SKIP 95 test-log/ProfLazyMode: SKIP
96 96
97 # BUG(1075): Unresolved crashes. 97 # BUG(1075): Unresolved crashes.
98 test-serialize/Deserialize: SKIP 98 test-serialize/Deserialize: SKIP
99 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP 99 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
100 test-serialize/DeserializeAndRunScript2: SKIP 100 test-serialize/DeserializeAndRunScript2: SKIP
101 test-serialize/DeserializeFromSecondSerialization: SKIP 101 test-serialize/DeserializeFromSecondSerialization: SKIP
102 102
103 # BUG(2874): Threading problems.
104 test-api/*: PASS || FLAKY
103 ############################################################################## 105 ##############################################################################
104 [ $arch == mipsel ] 106 [ $arch == mipsel ]
105 107
106 # BUG(2657): Test sometimes times out on MIPS simulator. 108 # BUG(2657): Test sometimes times out on MIPS simulator.
107 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU T 109 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU T
108 110
109 # BUG(1075): Unresolved crashes on MIPS also. 111 # BUG(1075): Unresolved crashes on MIPS also.
110 test-serialize/Deserialize: SKIP 112 test-serialize/Deserialize: SKIP
111 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP 113 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
112 test-serialize/DeserializeAndRunScript2: SKIP 114 test-serialize/DeserializeAndRunScript2: SKIP
(...skipping 30 matching lines...) Expand all
143 # Native Client doesn't support sockets. 145 # Native Client doesn't support sockets.
144 test-debug/DebuggerAgent: SKIP 146 test-debug/DebuggerAgent: SKIP
145 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 147 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
146 test-socket/Socket: SKIP 148 test-socket/Socket: SKIP
147 149
148 # Profiling doesn't work on Native Client. 150 # Profiling doesn't work on Native Client.
149 test-cpu-profiler/*: SKIP 151 test-cpu-profiler/*: SKIP
150 152
151 # Fails since 16322 (new test). 153 # Fails since 16322 (new test).
152 test-code-stubs-arm/ConvertDToI: SKIP 154 test-code-stubs-arm/ConvertDToI: SKIP
OLDNEW
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-alloc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698