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

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

Issue 728653004: MIPS: Skip some tests on big-endian boards. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 }], # 'arch == mipsel or arch == mips' 265 }], # 'arch == mipsel or arch == mips'
266 266
267 ############################################################################## 267 ##############################################################################
268 ['arch == mips', { 268 ['arch == mips', {
269 # Too slow with TF. 269 # Too slow with TF.
270 'test-api/ExternalArrays': [PASS, NO_VARIANTS], 270 'test-api/ExternalArrays': [PASS, NO_VARIANTS],
271 271
272 # TODO(mips-team): Currently fails on mips board. 272 # TODO(mips-team): Currently fails on mips board.
273 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP], 273 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP],
274 'test-parsing/TooManyArguments': [SKIP], 274 'test-parsing/TooManyArguments': [SKIP],
275 'test-api/Threading3': [SKIP],
276 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP],
277 'test-api/RequestInterruptTestWithAccessor': [SKIP],
275 }], # 'arch == mips' 278 }], # 'arch == mips'
276 279
277 ############################################################################## 280 ##############################################################################
278 ['arch == mips64el', { 281 ['arch == mips64el', {
279 282
280 # BUG(2657): Test sometimes times out on MIPS simulator. 283 # BUG(2657): Test sometimes times out on MIPS simulator.
281 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 284 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
282 285
283 # BUG(v8:3154). 286 # BUG(v8:3154).
284 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 287 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'test-api/Float32Array' : [SKIP], 421 'test-api/Float32Array' : [SKIP],
419 'test-api/Float64Array' : [SKIP], 422 'test-api/Float64Array' : [SKIP],
420 'test-api/Regress2333' : [SKIP], 423 'test-api/Regress2333' : [SKIP],
421 'test-alloc/StressHandles' : [SKIP], 424 'test-alloc/StressHandles' : [SKIP],
422 'test-alloc/StressJS' : [SKIP], 425 'test-alloc/StressJS' : [SKIP],
423 'test-accessors/HandleScopePop' : [SKIP], 426 'test-accessors/HandleScopePop' : [SKIP],
424 'test-accessors/Gc' : [SKIP], 427 'test-accessors/Gc' : [SKIP],
425 428
426 }], # 'arch == nacl_ia32 or arch == nacl_x64' 429 }], # 'arch == nacl_ia32 or arch == nacl_x64'
427 ] 430 ]
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