[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM service test assertion failure #25210

Closed
fsc8000 opened this issue Dec 10, 2015 · 5 comments
Closed

VM service test assertion failure #25210

fsc8000 opened this issue Dec 10, 2015 · 5 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends.

Comments

@fsc8000
Copy link
Contributor
fsc8000 commented Dec 10, 2015

Temporary buildbot link: http://build.chromium.org/p/client.dart/builders/vm-win32-debug-be/builds/7599/steps/tests/logs/stdio

FAILED: none-vm debug_ia32 service/evaluate_activation_test/scope
Expected: RuntimeError 
Actual: Timeout
CommandOutput[vm]:

stdout:
** Launching build\DebugIA32\dart.exe --error_on_bad_type --error_on_bad_override --ignore-unrecognized-flags --package-root=build/DebugIA32/packages/ --enable-vm-service:0 E:\b\build\slave\vm-win32-debug-be\build\sdk\build\DebugIA32\generated_tests\service\evaluate_activation_test_scope.dart --testee-mode
Observatory listening on http://127.0.0.1:58040
** Signaled to run test queries on 58040

Running evaluate_activation_test_scope.dart [1/4]
Breakpoint: Breakpoint 1 at evaluate_activation_test_scope.dart:token(25)[unresolved])
Event ServiceEvent(owner='isolates/82544458', kind='BreakpointResolved', time=2015-12-10 02:29:21.126)
Event ServiceEvent(owner='isolates/82544458', kind='PauseBreakpoint', time=2015-12-10 02:29:21.126)
vm\debugger.cc:1057: error: expected: receiver.IsInstance()


Command[vm]: set DART_CONFIGURATION=DebugIA32 & build\DebugIA32\dart.exe --error_on_bad_type --error_on_bad_override --ignore-unrecognized-flags --package-root=build/DebugIA32/packages/ E:\b\build\slave\vm-win32-debug-be\build\sdk\build\DebugIA32\generated_tests\service\evaluate_activation_test_scope.dart
Took 0:02:00.033000

Short reproduction command (experimental):
    python tools/test.py -aia32 --write-debug-log --write-test-outcome-log --copy-coredumps --exclude-suite pkg -t120 service/evaluate_activation_test/scope
@fsc8000 fsc8000 added the area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. label Dec 10, 2015
@fsc8000
Copy link
Contributor Author
fsc8000 commented Dec 10, 2015

Debugger issue? @mhausner @johnmccutchan

@johnmccutchan
Copy link
Contributor

@rmacnak-google @turnidge

@rmacnak-google
Copy link
Contributor

The assert isn't quite right because it rejects null, which is a valid receiver. But that shouldn't have happened during this test either. There's probably a race in the test.

@rmacnak-google
Copy link
Contributor

ceff9d3

@fsc8000
Copy link
Contributor Author
fsc8000 commented Jun 30, 2016

Closing as not reproducible anymore.

@fsc8000 fsc8000 closed this as completed Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

3 participants