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

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

Issue 2127683002: Version 5.3.332.9 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@5.3
Patch Set: Created 4 years, 5 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 | « src/x87/code-stubs-x87.h ('k') | test/unittests/unittests.status » ('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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 ['arch == x87', { 380 ['arch == x87', {
381 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], 381 'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
382 'test-run-native-calls/MixedParams_0': [SKIP], 382 'test-run-native-calls/MixedParams_0': [SKIP],
383 'test-run-native-calls/MixedParams_1': [SKIP], 383 'test-run-native-calls/MixedParams_1': [SKIP],
384 'test-run-native-calls/MixedParams_2': [SKIP], 384 'test-run-native-calls/MixedParams_2': [SKIP],
385 'test-run-native-calls/MixedParams_3': [SKIP], 385 'test-run-native-calls/MixedParams_3': [SKIP],
386 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], 386 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP],
387 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], 387 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP],
388 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], 388 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP],
389 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], 389 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP],
390 'test-run-machops/RunFloat64Sin': [SKIP],
391 'test-run-machops/RunFloat64Cos': [SKIP],
392 'test-run-machops/RunFloat64Expm1': [SKIP],
393 'test-run-machops/RunFloat64Tan': [SKIP],
390 'test-cpu-profiler/Inlining': [SKIP], 394 'test-cpu-profiler/Inlining': [SKIP],
395 'test-gap-resolver/FuzzResolver': [SKIP],
391 }], # 'arch == x87' 396 }], # 'arch == x87'
392 397
393 ############################################################################## 398 ##############################################################################
394 ['arch == android_arm or arch == android_ia32', { 399 ['arch == android_arm or arch == android_ia32', {
395 400
396 # Tests crash as there is no /tmp directory in Android. 401 # Tests crash as there is no /tmp directory in Android.
397 'test-log/LogAccessorCallbacks': [SKIP], 402 'test-log/LogAccessorCallbacks': [SKIP],
398 'test-log/LogCallbacks': [SKIP], 403 'test-log/LogCallbacks': [SKIP],
399 'test-log/ProfLazyMode': [SKIP], 404 'test-log/ProfLazyMode': [SKIP],
400 }], # 'arch == android_arm or arch == android_ia32' 405 }], # 'arch == android_arm or arch == android_ia32'
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'test-api/TurboAsmDisablesNeuter': [FAIL], 575 'test-api/TurboAsmDisablesNeuter': [FAIL],
571 576
572 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); 577 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
573 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], 578 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
574 579
575 # BUG(4751). Flaky with Ignition. 580 # BUG(4751). Flaky with Ignition.
576 'test-cpu-profiler/JsNativeJsSample': [SKIP], 581 'test-cpu-profiler/JsNativeJsSample': [SKIP],
577 }], # ignition or ignition_turbofan 582 }], # ignition or ignition_turbofan
578 583
579 ] 584 ]
OLDNEW
« no previous file with comments | « src/x87/code-stubs-x87.h ('k') | test/unittests/unittests.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698