flutter/packages/flutter_tools/lib/src/test
Nate Bosch 8159178238
Remove usages of StackTraceMapper (#50153)
* Remove usages of StackTraceMapper

This class will be replaced with a function type in `test_api`, clean up
usages ahead of time.

In `build_script.dart` the only reference to `StackTraceMapper` is in
the `browser_test.dart` file, but since nothing would call
`setStackTraceMapper` from that import it should be safe to remove the
definition. After reading a serialized mapper from the
`test.browser.mapper` channel, it was ignored.

In `flutter_web_platform.dart` we only were reading from `_mappers`,
never putting values in, so we can remove it entirely. The `load()`
function was never called with a `mapper` argument.
2020-02-06 10:34:50 -08:00
..
coverage_collector.dart [flutter_tools] Make OperatingSystemUtils context-free (#49740) 2020-01-29 17:51:31 -08:00
event_printer.dart [flutter_tool] Hide unsafe std{out,err} operations (#49561) 2020-01-28 07:58:02 -08:00
flutter_platform.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
flutter_web_platform.dart Remove usages of StackTraceMapper (#50153) 2020-02-06 10:34:50 -08:00
runner.dart [web] Wire the "--start-paused" flag correctly for web (#49310) 2020-01-22 14:58:46 -08:00
test_compiler.dart [flutter_tools] Make Config context-free (#49834) 2020-01-31 12:51:20 -08:00
test_config.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
test_wrapper.dart Pipe through test-randomize-ordering-seed (#47243) 2019-12-18 13:58:01 -08:00
watcher.dart License update (#45373) 2019-11-27 15:04:02 -08:00