dart-sdk/pkg/frontend_server
Anna Gringauze 30213c4188 Fix expression compiler tests on windows
Recent change
[Implementation of evaluation to JS in frontend server]
(25559399ed)
introduced a failure in windows tests due to
using string concatenation passed to Uri.parse.

Use Uri.resolve instead of string concatenation
to create file Uri in expression_compiler_test.dart

Fixes #40592

Change-Id: Ibccb34333eac33f12b4eecd772707f1edb8bed89
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/135356
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Anna Gringauze <annagrin@google.com>
2020-02-12 16:20:27 +00:00
..
bin [flutter] split frontend_server from vm package 2019-10-08 05:32:59 +00:00
lib Reland "Implementation of evaluation to JS in frontend server" 2020-02-11 18:31:44 +00:00
test Fix expression compiler tests on windows 2020-02-12 16:20:27 +00:00
LICENSE [flutter] split frontend_server from vm package 2019-10-08 05:32:59 +00:00
pubspec.yaml Updates frontend_server javascript bundler to be based on import uri instead of file uri. 2020-01-21 17:41:02 +00:00