dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.57k forks source link

[Migration] Fix disabled tests #44522

Open scheglov opened 3 years ago

scheglov commented 3 years ago

This should be tests that are written in a more unit like fashion, and don't always set all expected nodes, elements, and types.

srawlins commented 7 months ago

Hi @scheglov , do you know if the relevent tests are fixed? You don't mention which they are.

scheglov commented 7 months ago

Yeah, I guess there were many of them while I was migrating the analyzer. Search for 44522 in the analyzer. We still have a few.