Alexander Markov

Results 64 comments of Alexander Markov

We can also recognize special lines in CL description, something like ``` Fixes language_2/foo/bar_test Fixes language_2/foo/bar_test in dartk-linux-release-x64 Fixes language_2/foo/bar_test in dartk-*-x64, dartkp-* ``` and reset flakiness status and all...

This looks duplicate to https://github.com/dart-lang/sdk/issues/42442.

@quyenvsp Thank you for the report. These huge compilation times are usually caused by a large amount of auto-generated Dart source code. Do you use Dart source auto-generation in your...

@johnniwinther This looks like a kernel (de-)serialization bug related to `RedirectingFactoryTarget`.

ffi/callback_unwind_error_test turned flaky -> Timeout once again (on vm-eager-optimization-linux-release-ia32): ``` TID 418578: #0 0x58a35833 dart::Page::VisitObjects(dart::ObjectVisitor*) const #1 0x58a37694 dart::PageSpace::VisitObjectsUnsafe(dart::ObjectVisitor*) const #2 0x58978375 dart::Code::FindCodeUnsafe(unsigned int) #3 0x589c1bf1 dart::DumpStackFrame(int, unsigned int, unsigned...

`language/macros` tests were removed in 497a88bb261567bfe2f0962224f5a3a7286c1b11.

@raspberry-jenshen I wasn't able to reproduce the crash just from the code snippets you posted. Could you provide a complete and minimal example which can be used to reproduce the...

The fix was rolled into Flutter in https://github.com/flutter/flutter/commit/f545df54ffc88e8b5e5d08b27f5ec196f84955da.

This test timed out on `vm-aot-linux-release-x64`: ``` PID 415771 - process TID 415771: #0 0x00007a9b57c91117 __GI___futex_abstimed_wait_cancelable64 #1 0x00007a9b57c93a41 pthread_cond_wait@@GLIBC_2.3.2 #2 0x0000566b39d42e12 dart::ConditionVariable::WaitMicros(dart::Mutex*, long) #3 0x0000566b3a00348d Dart_RunLoop #4 0x0000566b39d40a99 dart::bin::RunMainIsolate(char const*,...

Still failing: ``` SocketException: Bind failed (OS Error: Address already in use, errno = 98), address = 127.0.0.1 #0 _NativeSocket.startConnect (dart:io-patch/socket_patch.dart:821) #1 _NativeSocket.connect (dart:io-patch/socket_patch.dart:1146) #2 _RawSocket.connect (dart:io-patch/socket_patch.dart:2275) #3 RawSocket.connect (dart:io-patch/socket_patch.dart:31)...