Failures on "[tests/nnbd] Fork language/bool tests for weak and strong mode" #41278
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
NNBD
Issues related to NNBD Release
vm-nnbd-sdk-complete
All new NNBD and ported NNBD tests pass
web-dev-compiler
There are new test failures on [tests/nnbd] Fork language/bool tests for weak and strong mode.
The tests
are failing on configurations
In that CL I split NNBD tests to expect different exceptions if condition is null in strong mode (TypeError) and weak mode (AssertionError). The weak mode matches pre-NNBD behavior.
It looks like DDC is throwing TypeError both in strong and weak mode.
Context: https://groups.google.com/a/google.com/g/dart-nnbd-core/c/8zp4xh9kOTU/m/1rEy2_LPAQAJ
/cc @sigmundch @nshahan
The text was updated successfully, but these errors were encountered: