Skip to content

Failures on Elements. Stop using augmentedInternal, it is 'element' now....Elements. Inline WrappedElementMixin. #61063

@alexmarkov

Description

@alexmarkov

There are new test failures on Elements. Stop using augmentedInternal, it is 'element' now....Elements. Inline WrappedElementMixin..

The tests

standalone/check_for_aot_snapshot_jit_test RuntimeError (expected Pass)

are failing on configurations

vm-asan-win-release-x64
/================================================================================================================\
| vm-asan-win-release-x64:standalone/check_for_aot_snapshot_jit_test broke (Pass -> RuntimeError, expected Pass) |
\================================================================================================================/

--- Command "vm" (took 25.000727s):
set DART_CONFIGURATION=ReleaseASANX64 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=C:\b\s\w\ir\out\ReleaseASANX64\crashpad_handler.exe & out\ReleaseASANX64\dart.exe -Dtest_runner.configuration=vm-asan-win-release-x64 --ignore-unrecognized-flags --packages=C:\b\s\w\ir\.dart_tool\package_config.json C:\b\s\w\ir\tests\standalone\check_for_aot_snapshot_jit_test.dart

exit code:
255

stdout:
Running C:\b\s\w\ir\pkg\vm\tool\gen_kernel.bat --aot --platform=C:\b\s\w\ir\out\ReleaseASANX64\vm_platform.dill -o C:\b\s\w\itgffjdslt\aot_tmpc4a6beb\pow_test.dill C:\b\s\w\ir\tests\standalone\pow_test.dart...
Ran successfully.

Running C:\b\s\w\ir\out\ReleaseASANX64\gen_snapshot.exe --snapshot_kind=app-aot-elf --elf=C:\b\s\w\itgffjdslt\aot_tmpc4a6beb\pow_test.aot C:\b\s\w\itgffjdslt\aot_tmpc4a6beb\pow_test.dill...
Ran successfully.

Running C:\b\s\w\ir\out\ReleaseASANX64\dart.exe C:\b\s\w\itgffjdslt\aot_tmpc4a6beb\pow_test.aot...
stderr: 
C:\b\s\w\itgffjdslt\aot_tmpc4a6beb\pow_test.aot is an AOT snapshot and should be run with 'dartaotruntime'


Got expected error result.
Running C:\b\s\w\ir\out\ReleaseASANX64\dart.exe run C:\b\s\w\itgffjdslt\aot_tmpc4a6beb\pow_test.aot...
stderr: 
%E4%A5%8C%E4%95%9A%E5%BD%92%E4%85%90%E8%8E%95%EE%84%A9%E1%A0%BA%E8%B8%80%E5%B1%B3%E5%B1%B7%E7%89%A9%E6%89%9C%E8%8E%96%EE%84%A8%E1%A5%B4%E8%BC%80: Error: Error when reading '%E4%A5%8C%E4%95%9A%E5%BD%92%E4%85%90%E8%8E%95%EE%84%A9%E1%A0%BA%E8%B8%80%E5%B1%B3%E5%B1%B7%E7%89%A9%E6%89%9C%E8%8E%96%EE%84%A8%E1%A5%B4%E8%BC%80': The system cannot find the file specified.

stderr:
Unhandled exception:
Expect.equals(expected: <254>, actual: <255>) fails.
#0      Expect._fail (package:expect/expect.dart:887:5)
#1      Expect._failNotEqual (package:expect/expect.dart:174:5)
#2      Expect.equals (package:expect/expect.dart:157:5)
#3      main (file:///C:/b/s/w/ir/tests/standalone/check_for_aot_snapshot_jit_test.dart:81:10)
#4      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:314:19)
#5      _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:193:12)

--- Re-run this test:
python3 tools/test.py -n vm-asan-win-release-x64 standalone/check_for_aot_snapshot_jit_test

log

Probably related to 5399dbf.
/cc @a-siva

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.gardeningtriagedIssue has been triaged by sub team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions