dart-lang / test

A library for writing unit tests in Dart.
https://pub.dev/packages/test
490 stars 211 forks source link

Cannot run wasm test on windows #2231

Open Zekfad opened 3 weeks ago

Zekfad commented 3 weeks ago

Config:

platforms: [chrome,firefox,vm]
compilers: [dart2wasm,dart2js,exe]

Output

Z:\Users\vorob\Desktop\Projects\fetch_client>dart test        
Building package executable... (2.4s)
Built test:test.
00:00 +0: [Chrome, Dart2Wasm] loading test\client_conformance_test.dart
#0      _Uri._checkWindowsPathReservedCharacters (dart:core/uri.dart:1841)
#1      _Uri._makeWindowsFileUrl (dart:core/uri.dart:1906)
#2      new _Uri.file (dart:core/uri.dart:1808)
#3      new UriOption.<anonymous closure> (package:dart2wasm/option.dart:70)
#4      Option.applyToOptions (package:dart2wasm/option.dart:18)
#5      parseArguments (package:dart2wasm/dart2wasm.dart:150)
#6      main (package:dart2wasm/dart2wasm.dart:162)
#7      main (file:///C:/b/s/w/ir/x/w/sdk/pkg/dart2wasm/bin/dart2wasm.dart:10)
#8      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295)
#9      _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184)
kevmoo commented 2 weeks ago

@osa1 @mkustermann – could be an SDK issue?