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 149133004: A64: Synchronize with r17807. (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.h ('k') | test/cctest/test-accessors.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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 # Pass but take too long with the simulator in debug mode. 81 # Pass but take too long with the simulator in debug mode.
82 'test-api/ExternalDoubleArray': [SKIP], 82 'test-api/ExternalDoubleArray': [SKIP],
83 'test-api/ExternalFloat32Array': [SKIP], 83 'test-api/ExternalFloat32Array': [SKIP],
84 'test-api/ExternalFloat64Array': [SKIP], 84 'test-api/ExternalFloat64Array': [SKIP],
85 'test-api/ExternalFloatArray': [SKIP], 85 'test-api/ExternalFloatArray': [SKIP],
86 'test-api/Float32Array': [SKIP], 86 'test-api/Float32Array': [SKIP],
87 'test-api/Float64Array': [SKIP], 87 'test-api/Float64Array': [SKIP],
88 'test-debug/DebugBreakLoop': [SKIP], 88 'test-debug/DebugBreakLoop': [SKIP],
89 }], # 'arch == a64 and mode == debug and simulator_run == True' 89 }], # 'arch == a64 and mode == debug and simulator_run == True'
90 90
91 ##############################################################################
92 ['system == windows', {
93
94 # BUG(2999).
95 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
96
97 # BUG(3005).
98 'test-alloc/CodeRange': [PASS, FLAKY],
99 }], # 'system == windows'
91 100
92 ############################################################################## 101 ##############################################################################
93 ['arch == arm', { 102 ['arch == arm', {
94 103
95 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 104 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
96 # Apparently our ARM box is in such a state. Skip the test as it also runs for 105 # Apparently our ARM box is in such a state. Skip the test as it also runs for
97 # a long time. 106 # a long time.
98 'test-api/OutOfMemory': [SKIP], 107 'test-api/OutOfMemory': [SKIP],
99 'test-api/OutOfMemoryNested': [SKIP], 108 'test-api/OutOfMemoryNested': [SKIP],
100 109
101 # BUG(355): Test crashes on ARM. 110 # BUG(355): Test crashes on ARM.
102 'test-log/ProfLazyMode': [SKIP], 111 'test-log/ProfLazyMode': [SKIP],
103 112
104 # BUG(1075): Unresolved crashes. 113 # BUG(1075): Unresolved crashes.
105 'test-serialize/Deserialize': [SKIP], 114 'test-serialize/Deserialize': [SKIP],
106 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 115 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
107 'test-serialize/DeserializeAndRunScript2': [SKIP], 116 'test-serialize/DeserializeAndRunScript2': [SKIP],
108 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 117 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
109 }], # 'arch == arm' 118 }], # 'arch == arm'
119
110 ############################################################################## 120 ##############################################################################
111 ['arch == mipsel', { 121 ['arch == mipsel', {
112 122
113 # BUG(2657): Test sometimes times out on MIPS simulator. 123 # BUG(2657): Test sometimes times out on MIPS simulator.
114 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 124 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
115 125
116 # BUG(1075): Unresolved crashes on MIPS also. 126 # BUG(1075): Unresolved crashes on MIPS also.
117 'test-serialize/Deserialize': [SKIP], 127 'test-serialize/Deserialize': [SKIP],
118 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 128 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
119 'test-serialize/DeserializeAndRunScript2': [SKIP], 129 'test-serialize/DeserializeAndRunScript2': [SKIP],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 # Native Client doesn't support sockets. 162 # Native Client doesn't support sockets.
153 'test-debug/DebuggerAgent': [SKIP], 163 'test-debug/DebuggerAgent': [SKIP],
154 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP], 164 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP],
155 'test-socket/Socket': [SKIP], 165 'test-socket/Socket': [SKIP],
156 166
157 # Profiling doesn't work on Native Client. 167 # Profiling doesn't work on Native Client.
158 'test-cpu-profiler/*': [SKIP], 168 'test-cpu-profiler/*': [SKIP],
159 169
160 # Fails since 16322 (new test). 170 # Fails since 16322 (new test).
161 'test-code-stubs-arm/ConvertDToI': [SKIP], 171 'test-code-stubs-arm/ConvertDToI': [SKIP],
172
173 # BUG(2998).
174 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
162 }], # 'arch == nacl_ia32 or arch == nacl_x64' 175 }], # 'arch == nacl_ia32 or arch == nacl_x64'
163 ] 176 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/test-accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698