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

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

Issue 987653005: MIPS: Update test status files. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'test-api/Threading3': [PASS, SLOW], 218 'test-api/Threading3': [PASS, SLOW],
219 'test-api/Threading4': [PASS, SLOW], 219 'test-api/Threading4': [PASS, SLOW],
220 220
221 # Crashes due to OOM in simulator. 221 # Crashes due to OOM in simulator.
222 'test-types/Distributivity1': [PASS, FLAKY], 222 'test-types/Distributivity1': [PASS, FLAKY],
223 'test-types/Distributivity2': [PASS, FLAKY], 223 'test-types/Distributivity2': [PASS, FLAKY],
224 }], # 'arch == arm' 224 }], # 'arch == arm'
225 225
226 ############################################################################## 226 ##############################################################################
227 ['arch == mipsel or arch == mips', { 227 ['arch == mipsel or arch == mips', {
228
229 # BUG(2657): Test sometimes times out on MIPS simulator.
230 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
231
232 # BUG(1075): Unresolved crashes on MIPS also. 228 # BUG(1075): Unresolved crashes on MIPS also.
233 'test-serialize/Deserialize': [SKIP], 229 'test-serialize/Deserialize': [SKIP],
234 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 230 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
235 'test-serialize/DeserializeAndRunScript2': [SKIP], 231 'test-serialize/DeserializeAndRunScript2': [SKIP],
236 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 232 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
237
238 # Test requires turbofan:
239 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
240 'codegen-tester/CompareWrapper': [SKIP],
241 'codegen-tester/ParametersEqual': [SKIP],
242 }], # 'arch == mipsel or arch == mips' 233 }], # 'arch == mipsel or arch == mips'
243 234
244 ############################################################################## 235 ##############################################################################
245 ['arch == mips', { 236 ['arch == mips', {
246 # Too slow with TF. 237 # Too slow with TF.
247 'test-api/ExternalArrays': [PASS, NO_VARIANTS], 238 'test-api/ExternalArrays': [PASS, NO_VARIANTS],
248 239
249 # TODO(mips-team): Currently fails on mips board. 240 # TODO(mips-team): Currently fails on mips board.
250 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP], 241 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP],
251 'test-parsing/TooManyArguments': [SKIP], 242 'test-parsing/TooManyArguments': [SKIP],
252 'test-api/Threading3': [SKIP], 243 'test-api/Threading3': [SKIP],
253 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP], 244 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP],
254 'test-api/RequestInterruptTestWithAccessor': [SKIP], 245 'test-api/RequestInterruptTestWithAccessor': [SKIP],
255 }], # 'arch == mips' 246 }], # 'arch == mips'
256 247
257 ############################################################################## 248 ##############################################################################
258 ['arch == mips64el', { 249 ['arch == mips64el', {
259
260 # BUG(2657): Test sometimes times out on MIPS simulator.
261 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
262
263 # BUG(v8:3154). 250 # BUG(v8:3154).
264 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 251 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
265 252
266 # BUG(1075): Unresolved crashes on MIPS also. 253 # BUG(1075): Unresolved crashes on MIPS also.
267 'test-serialize/Deserialize': [SKIP], 254 'test-serialize/Deserialize': [SKIP],
268 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 255 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
269 'test-serialize/DeserializeAndRunScript2': [SKIP], 256 'test-serialize/DeserializeAndRunScript2': [SKIP],
270 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 257 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
271
272 # Test requires turbofan:
273 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
274 'codegen-tester/CompareWrapper': [SKIP],
275 'codegen-tester/ParametersEqual': [SKIP],
276 }], # 'arch == mips64el' 258 }], # 'arch == mips64el'
277 259
278 ############################################################################## 260 ##############################################################################
279 ['arch == x87', { 261 ['arch == x87', {
280 262
281 # Test requires turbofan: 263 # Test requires turbofan:
282 'codegen-tester/CompareWrapper': [SKIP], 264 'codegen-tester/CompareWrapper': [SKIP],
283 'codegen-tester/ParametersEqual': [SKIP], 265 'codegen-tester/ParametersEqual': [SKIP],
284 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], 266 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
285 }], # 'arch == x87' 267 }], # 'arch == x87'
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 # Pass but take too long with the simulator. 393 # Pass but take too long with the simulator.
412 'test-api/Threading1': [SKIP], 394 'test-api/Threading1': [SKIP],
413 'test-api/Threading2': [SKIP], 395 'test-api/Threading2': [SKIP],
414 'test-api/ExternalArrays': [SKIP], 396 'test-api/ExternalArrays': [SKIP],
415 397
416 # isses to be investigated 398 # isses to be investigated
417 'test-run-machops/RunWord64EqualInBranchP': [SKIP], 399 'test-run-machops/RunWord64EqualInBranchP': [SKIP],
418 400
419 }], # 'arch == ppc64 and simulator_run == True' 401 }], # 'arch == ppc64 and simulator_run == True'
420 ] 402 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698