-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.gardeningtriagedIssue has been triaged by sub teamIssue has been triaged by sub teamtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
There are new test failures on Allow (e as dynamic).foo() in avoid_dynamic_calls...[linter] Exclude ElementLocation from analyzer_use_new_elements + update migration file.
The tests
pkg/vm_service/test/kill_running_test RuntimeError (expected Pass)
are failing on configurations
vm-aot-linux-debug-x64
from log:
>testee>out> The Dart VM service is listening on http://127.0.0.1:42347/
>testee>out> The Dart DevTools debugger and profiler is available at: http://127.0.0.1:42347/devtools/?uri=ws://127.0.0.1:42347/ws
Done loading VM
out.aotsnapshot [1/1]
>testee>err> isolate terminated by Kill service request
00:01 �[32m+0�[0m�[31m -1�[0m: out.aotsnapshot �[1m�[31m[E]�[0m�[0m
kill: (-32000) Service connection disposed
package:vm_service/src/vm_service.dart 265 new _OutstandingRequest
package:vm_service/src/vm_service.dart 1921 VmService._call.<fn>
package:vm_service/src/vm_service.dart 1933 VmService._call
package:vm_service/src/vm_service.dart 1472 VmService.kill
pkg/vm_service/test/kill_running_test.dart 18 tests.<fn>
pkg/vm_service/test/common/test_helper.dart 331 _ServiceTesterRunner.run.<fn>
package:test_api/src/backend/declarer.dart 229 Declarer.test.<fn>.<fn>
===== asynchronous gap ===========================
package:test_api/src/backend/declarer.dart 227 Declarer.test.<fn>
===== asynchronous gap ===========================
package:test_api/src/backend/invoker.dart 258 Invoker._waitForOutstandingCallbacks.<fn>
All service tests completed successfully.
** Killing script
00:01 �[32m+0�[0m�[31m -1�[0m: �[31mSome tests failed.�[0m
Consider enabling the flag chain-stack-traces to receive more detailed exceptions.
For example, 'dart test --chain-stack-traces'.
stderr:
Unhandled exception:
Dummy exception to set exit code.
--- Re-run this test:
python3 tools/test.py -n vm-aot-linux-debug-x64 pkg/vm_service/test/kill_running_test
It seems there is previously been a similar failure. See #53373
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.gardeningtriagedIssue has been triaged by sub teamIssue has been triaged by sub teamtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)