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

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

Issue 735863003: Fix/suppress unittests broken on Android (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 | test/cctest/test-mark-compact.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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], 304 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
305 }], # 'arch == x87' 305 }], # 'arch == x87'
306 306
307 ############################################################################## 307 ##############################################################################
308 ['arch == android_arm or arch == android_ia32', { 308 ['arch == android_arm or arch == android_ia32', {
309 309
310 # Tests crash as there is no /tmp directory in Android. 310 # Tests crash as there is no /tmp directory in Android.
311 'test-log/LogAccessorCallbacks': [SKIP], 311 'test-log/LogAccessorCallbacks': [SKIP],
312 'test-log/LogCallbacks': [SKIP], 312 'test-log/LogCallbacks': [SKIP],
313 'test-log/ProfLazyMode': [SKIP], 313 'test-log/ProfLazyMode': [SKIP],
314
315 # platform-tls.h does not contain an ANDROID-related header.
316 'test-platform-tls/FastTLS': [SKIP],
317
318 # This test times out.
319 'test-threads/ThreadJoinSelf': [SKIP],
320 }], # 'arch == android_arm or arch == android_ia32' 314 }], # 'arch == android_arm or arch == android_ia32'
321 315
322 ############################################################################## 316 ##############################################################################
323 ['arch == nacl_ia32 or arch == nacl_x64', { 317 ['arch == nacl_ia32 or arch == nacl_x64', {
324 318
325 # NaCl builds have problems with threaded tests since Pepper_28. 319 # NaCl builds have problems with threaded tests since Pepper_28.
326 # V8 Issue 2786 320 # V8 Issue 2786
327 'test-api/Threading1': [SKIP], 321 'test-api/Threading1': [SKIP],
328 'test-lockers/MultithreadedParallelIsolates': [SKIP], 322 'test-lockers/MultithreadedParallelIsolates': [SKIP],
329 'test-lockers/ExtensionsRegistration': [SKIP], 323 'test-lockers/ExtensionsRegistration': [SKIP],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'test-api/Float32Array' : [SKIP], 412 'test-api/Float32Array' : [SKIP],
419 'test-api/Float64Array' : [SKIP], 413 'test-api/Float64Array' : [SKIP],
420 'test-api/Regress2333' : [SKIP], 414 'test-api/Regress2333' : [SKIP],
421 'test-alloc/StressHandles' : [SKIP], 415 'test-alloc/StressHandles' : [SKIP],
422 'test-alloc/StressJS' : [SKIP], 416 'test-alloc/StressJS' : [SKIP],
423 'test-accessors/HandleScopePop' : [SKIP], 417 'test-accessors/HandleScopePop' : [SKIP],
424 'test-accessors/Gc' : [SKIP], 418 'test-accessors/Gc' : [SKIP],
425 419
426 }], # 'arch == nacl_ia32 or arch == nacl_x64' 420 }], # 'arch == nacl_ia32 or arch == nacl_x64'
427 ] 421 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/test-mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698