Alexander Markov

Results 15 issues of Alexander Markov

The tests ``` service_2/breakpoint_in_package_parts_class_file_uri_test/dds RuntimeError (expected Pass) service_2/breakpoint_in_package_parts_class_file_uri_test/service RuntimeError (expected Pass) ``` are failing on configurations ``` app_jitk-linux-release-x64 ``` The tests were flaky until recently. From log: ``` >testee>out> Instance...

area-vm
gardening

The tests ``` service_2/evaluate_activation_test/instance/dds RuntimeError (expected Pass) service_2/evaluate_activation_test/instance/service RuntimeError (expected Pass) service_2/evaluate_activation_test/scope/dds RuntimeError (expected Pass) service_2/evaluate_activation_test/scope/service RuntimeError (expected Pass) ``` are failing on configurations ``` dartk-mac-debug-x64 ``` From the log:...

area-vm
gardening

Part of https://github.com/dart-lang/sdk/issues/49713. According to the spec `try .. on .. on (a, b) {}` should be parsed as `try` with 2 `on` clauses. However, front-end incorrectly parses it as...

area-front-end

`vm-kernel-msvc-windows` bot started failing since https://github.com/dart-lang/sdk/compare/98055e5b86ba16e765c1ee0a5d7fd558eeb9f199~...4198020cce8e9a1055ee575c38cd9bf89f032ee3 ``` [2969/3145] ACTION //runtime/bin:generate_snapshot_bin(//build/toolchain/win:arm64) FAILED: gen/runtime/bin/vm_snapshot_data.bin gen/runtime/bin/vm_snapshot_instructions.bin gen/runtime/bin/isolate_snapshot_data.bin gen/runtime/bin/isolate_snapshot_instructions.bin C:/b/s/w/ir/cipd_bin_packages/cpython3/bin/python3.exe ../../build/gn_run_binary.py compiled_action x64/gen_snapshot.exe --sound-null-safety --deterministic --snapshot_kind=core --vm_snapshot_data=gen/runtime/bin/vm_snapshot_data.bin --vm_snapshot_instructions=gen/runtime/bin/vm_snapshot_instructions.bin --isolate_snapshot_data=gen/runtime/bin/isolate_snapshot_data.bin --isolate_snapshot_instructions=gen/runtime/bin/isolate_snapshot_instructions.bin C:/b/s/w/ir/cache/builder/sdk/out/DebugXARM64/vm_platform_strong_stripped.dill Command failed: C:\b\s\w\ir\cache\builder\sdk\out\DebugXARM64\x64\gen_snapshot.exe...

area-vm
gardening

IA32 architecture is somewhat special in Dart VM: * AOT compilation is not supported on IA32. * Type testing stubs are not supported on IA32. * Due to a small...

area-vm
deprecation

Part of https://github.com/dart-lang/sdk/issues/49713. It looks like CFE doesn't guard against visiting the same record when traversing deeply nested constant records. Constants form a DAG, and the same constant can be...

area-front-end

From iso-stress-linux bot: ``` [/b/s/w/ir/cache/builder/sdk/runtime/tests/concurrency/../../../tests/lib/async/timer_repeat_test.dart] finished [/b/s/w/ir/cache/builder/sdk/runtime/tests/concurrency/../../../tests/lib/async/timer_repeat_test.dart] finished [/b/s/w/ir/cache/builder/sdk/runtime/tests/concurrency/../../../tests/lib/async/timer_repeat_test.dart] finished [/b/s/w/ir/cache/builder/sdk/runtime/tests/concurrency/../../../tests/lib/async/timer_repeat_test.dart] finished ================== WARNING: ThreadSanitizer: data race (pid=542132) Atomic write of size 8 at 0x7f937d7004d8 by thread T19: #0 unsigned...

area-vm
P2
gardening
triaged

The spec currently says the following about instance method closurization (tear-off): ``` The closurization of method f on object o is defined to be equivalent (except for equality, as noted...

specification

In order to compile extremely huge methods compiler may spend a lot of time and memory, and may eventually run out of memory. Also, compiler may compile such methods with...

p2-medium
e2-days
from.user
st.triage.ltw

There are new test failures on [Support external typed data in heapsnapshot analysis tool](https://github.com/dart-lang/sdk/commit/d71a37af18751e6086d66d868521e31b0126e0a5). The tests ``` standalone/io/socket_local_port_test RuntimeError (expected Pass) ``` are failing on configurations ``` dartk-strong-win-debug-x64 ``` ```...

area-vm
library-io
gardening