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

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

Issue 132623005: A64: Synchronize with r18642. (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 | « src/x64/stub-cache-x64.cc ('k') | test/cctest/test-heap.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 'test-api/Float32Array': [SKIP], 93 'test-api/Float32Array': [SKIP],
94 'test-api/Float64Array': [SKIP], 94 'test-api/Float64Array': [SKIP],
95 'test-debug/DebugBreakLoop': [SKIP], 95 'test-debug/DebugBreakLoop': [SKIP],
96 }], # 'arch == a64 and mode == debug and simulator_run == True' 96 }], # 'arch == a64 and mode == debug and simulator_run == True'
97 97
98 ############################################################################## 98 ##############################################################################
99 ['system == windows', { 99 ['system == windows', {
100 100
101 # BUG(2999). 101 # BUG(2999).
102 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 102 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
103 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, FLAKY],
104 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY], 103 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY],
105 104
105 # BUG(3055).
106 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAI L], ['mode == debug', FLAKY]],
107
106 # BUG(3005). 108 # BUG(3005).
107 'test-alloc/CodeRange': [PASS, FAIL], 109 'test-alloc/CodeRange': [PASS, FAIL],
108 }], # 'system == windows' 110 }], # 'system == windows'
109 111
110 ############################################################################## 112 ##############################################################################
111 ['arch == arm', { 113 ['arch == arm', {
112 114
113 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 115 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
114 # Apparently our ARM box is in such a state. Skip the test as it also runs for 116 # Apparently our ARM box is in such a state. Skip the test as it also runs for
115 # a long time. 117 # a long time.
116 'test-api/OutOfMemory': [SKIP], 118 'test-api/OutOfMemory': [SKIP],
117 'test-api/OutOfMemoryNested': [SKIP], 119 'test-api/OutOfMemoryNested': [SKIP],
118 120
119 # BUG(355): Test crashes on ARM. 121 # BUG(355): Test crashes on ARM.
120 'test-log/ProfLazyMode': [SKIP], 122 'test-log/ProfLazyMode': [SKIP],
121 123
122 # BUG(1075): Unresolved crashes. 124 # BUG(1075): Unresolved crashes.
123 'test-serialize/Deserialize': [SKIP], 125 'test-serialize/Deserialize': [SKIP],
124 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 126 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
125 'test-serialize/DeserializeAndRunScript2': [SKIP], 127 'test-serialize/DeserializeAndRunScript2': [SKIP],
126 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 128 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
127 129
130 # BUG(2999).
131 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY],
132
128 ############################################################################ 133 ############################################################################
129 # Slow tests. 134 # Slow tests.
130 'test-api/Threading1': [PASS, SLOW], 135 'test-api/Threading1': [PASS, SLOW],
131 'test-api/Threading2': [PASS, SLOW], 136 'test-api/Threading2': [PASS, SLOW],
132 'test-api/Threading3': [PASS, SLOW], 137 'test-api/Threading3': [PASS, SLOW],
133 'test-api/Threading4': [PASS, SLOW], 138 'test-api/Threading4': [PASS, SLOW],
134 }], # 'arch == arm' 139 }], # 'arch == arm'
135 140
136 ############################################################################## 141 ##############################################################################
137 ['arch == mipsel', { 142 ['arch == mipsel', {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 # Profiling doesn't work on Native Client. 188 # Profiling doesn't work on Native Client.
184 'test-cpu-profiler/*': [SKIP], 189 'test-cpu-profiler/*': [SKIP],
185 190
186 # Fails since 16322 (new test). 191 # Fails since 16322 (new test).
187 'test-code-stubs-arm/ConvertDToI': [SKIP], 192 'test-code-stubs-arm/ConvertDToI': [SKIP],
188 193
189 # BUG(2998). 194 # BUG(2998).
190 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], 195 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
191 }], # 'arch == nacl_ia32 or arch == nacl_x64' 196 }], # 'arch == nacl_ia32 or arch == nacl_x64'
192 ] 197 ]
OLDNEW
« no previous file with comments | « src/x64/stub-cache-x64.cc ('k') | test/cctest/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698