Skip to content

Failures on [vm/aot] Support dynamic record field access in TFA #50303

@whesse

Description

@whesse

There are new test failures on [vm/aot] Support dynamic record field access in TFA.

The tests

co19/LanguageFeatures/Records/equality_A02_t01 Crash (expected Pass)

are failing on configurations

dart2wasm-hostasserts-linux-x64-d8

The error log shows the following assertion now failing : link to source

 if (target == kNoSuchMethodMarker) {
          // Non-dynamic call-sites must hit NSM-forwarders in Dart 2.
          assert(selector is DynamicSelector);
          type = _processNoSuchMethod(receiver, typeFlowAnalysis);

Error log: link

Metadata

Metadata

Assignees

Labels

area-dart2wasmIssues for the dart2wasm compiler.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions