6436104712
vm/cc/GenKernelKernel* tests enabled interpreter by setting FLAG_enable_interpreter in order to benchmark bytecode reading. As a side effect, this enables interpretation of special functions (like implicit getters) on other isolates such as kernel-service isolate. They may even reach compilation threshold and unoptimized background compilation is triggered. However, as isolate was created with FLAG_enable_interpreter == false, unoptimized BackgroundCompiler was not created, so it causes flaky crashes. A less intrusive way to enable bytecode reading is to set FLAG_use_bytecode_compiler. Change-Id: Ie0601d43816b29c62fb0278ed4666d38fc4328c3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100788 Reviewed-by: Ryan Macnak <rmacnak@google.com> Reviewed-by: Zach Anderson <zra@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
302 lines
16 KiB
Plaintext
302 lines
16 KiB
Plaintext
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
cc/Dart2JSCompileAll: Fail, Crash # Issue 27369
|
|
cc/Dart2JSCompilerStats: Fail, Crash # Issue 27369
|
|
cc/Fail0: Fail # These tests are expected to crash on all platforms.
|
|
cc/Fail1: Fail # These tests are expected to crash on all platforms.
|
|
cc/Fail2: Fail # These tests are expected to crash on all platforms.
|
|
cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash # Issue 32981. Fails on non-Windows, crashes on Windows (because of test.py special handline).
|
|
cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash # Issue 32981. Fails on non-Windows, crashes on Windows (because of test.py special handline).
|
|
cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail # Issue 32981
|
|
cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash # Issue 32981. Fails on non-Windows, crashes on Windows (because of test.py special handline)
|
|
cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail # Issue 32981
|
|
cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail # Issue 32981
|
|
cc/IsolateReload_RunNewFieldInitializersWithGenerics: Fail # Issue 32299
|
|
dart/data_uri_import_test/none: SkipByDesign
|
|
dart/snapshot_version_test: Skip # This test is a Dart1 test (script snapshot)
|
|
dart/slow_path_shared_stub_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
|
|
dart/stack_overflow_shared_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
|
|
dart/use_bare_instructions_flag_test: Pass, Slow # Spawns several subprocesses
|
|
|
|
[ $mode == debug ]
|
|
dart/appjit_cha_deopt_test: Pass, Slow # Quite slow in debug mode, uses --optimization-counter-threshold=100
|
|
|
|
[ $builder_tag == optimization_counter_threshold ]
|
|
dart/appjit*: SkipByDesign # Test needs to a particular opt-counter value
|
|
dart/kernel_determinism_test: SkipSlow
|
|
|
|
[ $compiler == app_jitk ]
|
|
dart/data_uri_import_test/utf16: MissingRuntimeError
|
|
dart/redirection_type_shuffling_test/none: RuntimeError
|
|
dart/snapshot_version_test: RuntimeError
|
|
|
|
[ $hot_reload || $hot_reload_rollback ]
|
|
dart/compilation_trace_test: Pass, Slow
|
|
dart/type_feedback_test: Pass, Slow
|
|
|
|
[ $compiler != dartk || ($arch != x64 && $arch != simarm && $arch != arm) || $hot_reload || $hot_reload_rollback ]
|
|
dart/entrypoints/jit/*: SkipByDesign # Only supported in the Dart 2 JIT and AOT, and test optimizations - hence disabled on hotreload bots.
|
|
|
|
[ $compiler != dartkp || ($arch != x64 && $arch != simarm && $arch != arm) || $hot_reload || $hot_reload_rollback ]
|
|
dart/entrypoints/aot/*: SkipByDesign # Only supported in the Dart 2 JIT and AOT, and test optimizations - hence disabled on hotreload bots.
|
|
|
|
[ ($compiler != dartk && $compiler != dartkp) || ($arch != x64 && $arch != simarm && $arch != arm) || $hot_reload || $hot_reload_rollback ]
|
|
dart/entrypoints/*: SkipByDesign # Only supported in the Dart 2 JIT and AOT, and test optimizations - hence disabled on hotreload bots.
|
|
|
|
[ $compiler == dartk ]
|
|
dart/entrypoints/aot/*: SkipByDesign
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) ]
|
|
cc/DartAPI_New: Fail # Issue #33041
|
|
dart/redirection_type_shuffling_test/00: RuntimeError, Pass
|
|
dart/redirection_type_shuffling_test/none: RuntimeError
|
|
|
|
[ $runtime != vm && $runtime != dart_precompiled ]
|
|
dart/catch_entry_state: SkipByDesign
|
|
|
|
[ $compiler != dartk && $compiler != dartkb ]
|
|
cc/IsolateReload_KernelIncrementalCompile: SkipByDesign
|
|
cc/IsolateReload_KernelIncrementalCompileAppAndLib: SkipByDesign
|
|
cc/IsolateReload_KernelIncrementalCompileExpression: SkipByDesign
|
|
cc/IsolateReload_KernelIncrementalCompileGenerics: SkipByDesign
|
|
cc/Mixin_PrivateSuperResolution: Skip
|
|
cc/Mixin_PrivateSuperResolutionCrossLibraryShouldFail: Skip
|
|
|
|
[ $compiler == fasta ]
|
|
dart/data_uri_import_test/badencodeddate: CompileTimeError
|
|
|
|
[ $compiler == precompiler ]
|
|
dart/byte_array_test: SkipByDesign # Incompatible flag --disable_alloc_stubs_after_gc
|
|
|
|
[ $mode == debug ]
|
|
cc/CorelibIsolateStartup: SkipByDesign # This is a benchmark that is not informative in debug mode.
|
|
cc/VerifyExplicit_Crash: Crash # Negative tests of VerifiedMemory should crash iff in DEBUG mode. TODO(koda): Improve support for negative tests.
|
|
cc/VerifyImplicit_Crash: Crash # Negative tests of VerifiedMemory should crash iff in DEBUG mode. TODO(koda): Improve support for negative tests.
|
|
dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test, It can take some time for all the isolates to shutdown in a Debug build.
|
|
|
|
[ $runtime == dart_precompiled ]
|
|
dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
|
|
dart/issue32950_test: SkipByDesign # uses spawnUri.
|
|
|
|
[ $runtime == vm && $mode == product && $compiler == dartk ]
|
|
cc/CorelibIsolateStartup: Timeout, Pass
|
|
|
|
[ $runtime != vm ]
|
|
dart/*: SkipByDesign # VM specific tests
|
|
|
|
[ $runtime != dart_precompiled || $system == android ]
|
|
dart/bare_instructions_trampolines_test: SkipByDesign # This test is for VM AOT only (android fails due to listing interfaces).
|
|
|
|
[ $mode == debug || $runtime != dart_precompiled || $system == android ]
|
|
dart/use_bare_instructions_flag_test: SkipByDesign # This test is for VM AOT only and is quite slow (so we don't run it in debug mode).
|
|
|
|
[ $system == fuchsia ]
|
|
cc/CorelibIsolateStartup: Skip # OOM crash can bring down the OS.
|
|
cc/Read: Fail # TODO(zra): Investigate, ../../dart/runtime/bin/file_test.cc: 34: error: expected: !file->WriteByte(1)
|
|
dart/data_uri_spawn_test: Skip # TODO(zra): package:unittest is not in the image.
|
|
dart/spawn_shutdown_test: Skip # OOM crash can bring down the OS.
|
|
|
|
[ $system == windows ]
|
|
cc/CorelibCompilerStats: Skip
|
|
cc/GenKernelKernelLoadKernel: Skip # Issue 34542.
|
|
cc/GenKernelKernelReadAllBytecode: Skip # Issue 34393.
|
|
cc/GenKernelKernelCombined: Skip # Issue 34393.
|
|
cc/GenKernelKernelMaxRSS: Skip # Issue 34393.
|
|
dart/appjit_bytecode_simple_test: Skip # Issue 34393.
|
|
|
|
[ $arch == simarm || $arch == simdbc || $arch == simdbc64 || $arch == ia32 || $arch == arm ]
|
|
cc/GenKernelKernelLoadKernel: SkipByDesign # No interpreter support.
|
|
cc/GenKernelKernelReadAllBytecode: SkipByDesign # No interpreter support.
|
|
cc/GenKernelKernelCombined: SkipByDesign # No interpreter support.
|
|
cc/GenKernelKernelMaxRSS: SkipByDesign # No interpreter support.
|
|
|
|
[ !$strong ]
|
|
dart/callee_side_type_checks_test: SkipByDesign
|
|
|
|
[ !$checked && !$strong && $runtime == vm ]
|
|
dart/redirection_type_shuffling_test/00: MissingCompileTimeError
|
|
|
|
[ $arch != simarm && $arch != simarm64 && $arch != simdbc64 && ($compiler == dartk || $compiler == dartkb) && $hot_reload ]
|
|
dart/data_uri_import_test/base64: Crash
|
|
dart/data_uri_import_test/nocharset: Crash
|
|
dart/data_uri_import_test/nomime: Crash
|
|
dart/data_uri_import_test/percentencoded: Crash
|
|
dart/data_uri_import_test/utf16: Crash
|
|
dart/data_uri_import_test/wrongmime: Crash
|
|
|
|
[ $builder_tag == asan && $mode == debug && ($runtime == dart_precompiled || $runtime == vm) ]
|
|
cc/Dart2JSCompileAll: SkipSlow # Timeout.
|
|
|
|
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
|
|
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
|
|
# batch mode.
|
|
[ ($compiler == dartk || $compiler == dartkb) && $mode == debug && ($arch == simarm || $arch == simarm64) ]
|
|
cc/StackTraceMallocHookLengthTest: Fail # Please triage.
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && $mode == release && $runtime == vm ]
|
|
cc/CorelibIsolateStartup: Timeout, Pass
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && $runtime == vm ]
|
|
cc/Class_ComputeEndTokenPos: Crash
|
|
cc/DartAPI_LoadLibrary: Fail, Crash # Issue 33048.
|
|
cc/DebuggerAPI_BreakpointStubPatching: Fail
|
|
cc/DebuggerAPI_GetClosureInfo: Fail
|
|
cc/DebuggerAPI_InterruptIsolate: SkipSlow
|
|
cc/DebuggerAPI_IsolateID: Fail
|
|
cc/DebuggerAPI_ScriptGetTokenInfo_Basic: Fail
|
|
cc/DebuggerAPI_ScriptGetTokenInfo_MultiLineInterpolation: Fail
|
|
cc/Debugger_PrintBreakpointsToJSONArray: Fail
|
|
cc/Debugger_Rewind_Optimized: SkipSlow
|
|
cc/Debugger_SetBreakpointInPartOfLibrary: Crash
|
|
cc/IsolateReload_NotTypedefToTypedef: Fail
|
|
cc/IsolateReload_TypedefToNotTypedef: Fail
|
|
dart/data_uri_import_test/utf16: MissingRuntimeError
|
|
dart/spawn_shutdown_test: SkipSlow
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && $runtime == vm && $system == macos ]
|
|
cc/IsolateReload_LibraryLookup: Fail, Crash
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && $system == linux ]
|
|
cc/IsolateReload_LibraryLookup: Fail, Crash
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && $system == windows ]
|
|
cc/IsolateReload_LibraryLookup: Fail, Crash
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && $checked ]
|
|
dart/redirection_type_shuffling_test/00: Pass # Works in --checked mode but not in --strong mode.
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && $strong ]
|
|
cc/DartGeneratedArrayLiteralMessages: Crash # Issue 32190
|
|
cc/FullSnapshot1: Crash # Issue 32190
|
|
cc/IsolateReload_LibraryLookup: Fail, Crash # Issue 32190
|
|
cc/MismatchedSnapshotKinds: Fail, Crash, OK # Script snapshots not supported in Dart 2
|
|
cc/ScriptSnapshot1: Fail, Crash, OK # Script snapshots not supported in Dart 2
|
|
cc/ScriptSnapshotsUpdateSubclasses: Fail, Crash, OK # Script snapshots not supported in Dart 2
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && ($arch == simarm || $arch == simarm64 || $arch == simdbc || $arch == simdbc64) ]
|
|
dart/appjit*: SkipSlow # DFE too slow
|
|
|
|
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
|
|
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
|
|
# batch mode.
|
|
[ ($compiler == dartk || $compiler == dartkb) && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
|
|
dart/data_uri_spawn_test: Skip # Please triage.
|
|
dart/snapshot_version_test: RuntimeError # Please triage.
|
|
|
|
[ ($compiler == dartk || $compiler == dartkb) && ($hot_reload || $hot_reload_rollback) ]
|
|
dart/data_uri_spawn_test: Skip # Timeout
|
|
dart/kernel_determinism_test: SkipSlow
|
|
|
|
[ $compiler != dartk && $compiler != dartkb && $compiler != none ]
|
|
dart/appjit*: SkipByDesign # Test needs to run from source
|
|
dart/kernel_determinism_test: SkipByDesign # Test needs to run from source
|
|
|
|
[ $compiler == dartkp && ($runtime == dart_precompiled || $runtime == vm) ]
|
|
dart/data_uri_import_test/utf16: MissingRuntimeError # UTF-16 data URIs work in dartk
|
|
dart/issue32950_test: SkipByDesign # uses spawnUri.
|
|
dart/redirection_type_shuffling_test: SkipByDesign # Includes dart:mirrors.
|
|
dart/spawn_shutdown_test: SkipSlow
|
|
|
|
[ $mode == debug && $system == windows ]
|
|
dart/spawn_shutdown_test: Skip # Flaky crashes unable to start thread; likely low memory on the bot.
|
|
|
|
[ $mode == product && $runtime == vm ]
|
|
cc/DartAPI_IsolateSetCheckedMode: Fail, OK # Checked mode disabled in product mode.
|
|
|
|
[ $runtime == dart_precompiled && $minified ]
|
|
dart/inline_stack_frame_test: Skip
|
|
dart/optimized_stacktrace_line_test: Skip
|
|
|
|
# Profiler is completely disabled in SIMDBC builds.
|
|
# On the simluator stack traces produced by the Profiler do not match
|
|
# up with the real Dart stack trace and hence we don't get correct
|
|
# symbol names.
|
|
[ $arch == simarm || $arch == simarm64 || $arch == simarmv5te || $arch == simarmv6 || $arch == simdbc || $arch == simdbc64 ]
|
|
cc/LargeMap: SkipByDesign
|
|
cc/Profiler_AllocationSampleTest: SkipByDesign
|
|
cc/Profiler_ArrayAllocation: SkipByDesign
|
|
cc/Profiler_BasicSourcePosition: SkipByDesign
|
|
cc/Profiler_BasicSourcePositionOptimized: SkipByDesign
|
|
cc/Profiler_BinaryOperatorSourcePosition: SkipByDesign
|
|
cc/Profiler_BinaryOperatorSourcePositionOptimized: SkipByDesign
|
|
cc/Profiler_ChainedSamples: SkipByDesign
|
|
cc/Profiler_ClosureAllocation: SkipByDesign
|
|
cc/Profiler_CodeTicks: SkipByDesign
|
|
cc/Profiler_ContextAllocation: SkipByDesign
|
|
cc/Profiler_FunctionInline: SkipByDesign
|
|
cc/Profiler_FunctionTicks: SkipByDesign
|
|
cc/Profiler_GetSourceReport: SkipByDesign
|
|
cc/Profiler_InliningIntervalBoundry: SkipByDesign
|
|
cc/Profiler_IntrinsicAllocation: SkipByDesign
|
|
cc/Profiler_SampleBufferIterateTest: SkipByDesign
|
|
cc/Profiler_SampleBufferWrapTest: SkipByDesign
|
|
cc/Profiler_SourcePosition: SkipByDesign
|
|
cc/Profiler_SourcePositionOptimized: SkipByDesign
|
|
cc/Profiler_StringAllocation: SkipByDesign
|
|
cc/Profiler_StringInterpolation: SkipByDesign
|
|
cc/Profiler_ToggleRecordAllocation: SkipByDesign
|
|
cc/Profiler_TrivialRecordAllocation: SkipByDesign
|
|
cc/Profiler_TypedArrayAllocation: SkipByDesign
|
|
cc/Service_Profile: SkipByDesign
|
|
|
|
[ $arch == simdbc || $arch == simdbc64 ]
|
|
cc/GuardFieldConstructor2Test: Skip # TODO(vegorov) Field guards are disabled for SIMDBC
|
|
cc/GuardFieldConstructorTest: Skip # TODO(vegorov) Field guards are disabled for SIMDBC
|
|
cc/GuardFieldFinalListTest: Skip # TODO(vegorov) Field guards are disabled for SIMDBC
|
|
cc/GuardFieldFinalVariableLengthListTest: Skip # TODO(vegorov) Field guards are disabled for SIMDBC
|
|
cc/GuardFieldSimpleTest: Skip # TODO(vegorov) Field guards are disabled for SIMDBC
|
|
cc/RegExp_ExternalOneByteString: Skip # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp is switched on by default because they attempt to call regexp functions directly instead of going through JSSyntaxRegExp_ExecuteMatch.
|
|
cc/RegExp_ExternalTwoByteString: Skip # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp is switched on by default because they attempt to call regexp functions directly instead of going through JSSyntaxRegExp_ExecuteMatch.
|
|
cc/RegExp_OneByteString: Skip # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp is switched on by default because they attempt to call regexp functions directly instead of going through JSSyntaxRegExp_ExecuteMatch.
|
|
cc/RegExp_TwoByteString: Skip # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp is switched on by default because they attempt to call regexp functions directly instead of going through JSSyntaxRegExp_ExecuteMatch.
|
|
cc/RegenerateAllocStubs: SkipByDesign # This test is meaningless for DBC as allocation stubs are not used.
|
|
|
|
[ $arch == simdbc || $arch == simdbc64 || $compiler == dartkb ]
|
|
dart/generic_field_invocation_test: SkipByDesign # DBC and KBC interpreters do not support --no_lazy_dispatchers
|
|
|
|
[ $compiler == dart2analyzer || $compiler == dart2js ]
|
|
dart/data_uri*test: Skip # Data uri's not supported by dart2js or the analyzer.
|
|
|
|
# Tests that use functionality not supported in Dart 2.
|
|
[ ($compiler == dartk || $compiler == dartkb) || $compiler == dartkp ]
|
|
cc/DartAPI_IsolateSetCheckedMode: SkipByDesign # Checked mode is not relevant for dart 2?
|
|
cc/CompileFunction: SkipByDesign
|
|
cc/InvokeDynamic_CompileError: SkipByDesign
|
|
cc/InvokeStatic_CompileError: SkipByDesign
|
|
cc/DartEntry: SkipByDesign
|
|
cc/FindCodeObject: SkipByDesign
|
|
cc/DartDynamicResolve: SkipByDesign
|
|
cc/DartStaticResolve: SkipByDesign
|
|
cc/CompileScript: SkipByDesign
|
|
|
|
[ $compiler == precompiler || $mode == product ]
|
|
cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors
|
|
cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors
|
|
cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors
|
|
dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors
|
|
|
|
[ $hot_reload || $hot_reload_rollback ]
|
|
dart/appjit*: SkipByDesign # Cannot reload with URI pointing to app snapshot.
|
|
dart/slow_path_shared_stub_test: SkipSlow # Too slow with --shared-slow-path-triggers-gc flag and not relevant outside precompiled.
|
|
dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloads.
|
|
dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
|
|
dart/stack_overflow_shared_test: SkipSlow # Too slow with --shared-slow-path-triggers-gc flag and not relevant outside precompiled.
|
|
|
|
[ $builder_tag == obfuscated && $compiler == dartkp ]
|
|
dart/optimized_stacktrace_line_and_column_test: SkipByDesign # Looks for filenames in stacktrace output
|
|
dart/optimized_stacktrace_line_test: SkipByDesign # Looks for filenames in stacktrace output
|
|
|
|
[ $compiler != dartkp || $arch == arm || $arch == arm64 ]
|
|
dart/v8_snapshot_profile_writer_test: SkipByDesign # Only relevant for AOT. Doesn't work in cross-compilation (has to run on the host).
|
|
|
|
[ $compiler == dartkp ]
|
|
dart/v8_snapshot_profile_writer_test: Pass, Slow # Can be slow due to re-invoking the precompiler.
|
|
|
|
[ $compiler == dartkb ]
|
|
cc/*: Skip # Bytecode modes are not properly hooked up in run_vm_tests.
|
|
|
|
[ $mode == debug ]
|
|
cc/IRTest_TypedDataAOT_FunctionalGetSet: Skip # run_vm_tests contains JIT/AOT but FLAG_precompiled_mode is not always correct. This causes this test to fail in debug mode, hitting an assertion. See http://dartbug.com/36521
|