Skip to content

Commit ddad653

Browse files
athomasCommit Bot
authored and
Commit Bot
committed
[test_runner] Use package:args
* Use lowercase-with-hyphens for option names * Add backwards compatible aliases_with_underscores. * Deny list `reset-browser-configuration`. * Add more tests. Bug: b/232495224 Change-Id: Ife56c48450b5e15577c4aec859355e80c2f57bdc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245366 Reviewed-by: Bob Nystrom <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent a6fcb56 commit ddad653

File tree

8 files changed

+550
-641
lines changed

8 files changed

+550
-641
lines changed

pkg/analyzer/tool/fasta_migration_progress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ $logfile == '' ]]; then
4646
# delete=1
4747
python3 tools/test.py -m release --checked --use-sdk \
4848
--vm-options="-DuseFastaParser=true" \
49-
--print_passing_stdout \
49+
--print-passing-stdout \
5050
pkg/analy > $logfile
5151
fi
5252

pkg/test_runner/lib/src/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ class TestConfiguration {
450450
/// We allow our code to have been cross compiled, i.e., that there is an X
451451
/// in front of the arch. We don't allow both a cross compiled and a normal
452452
/// version to be present (except if you specifically pass in the
453-
/// build_directory).
453+
/// build-directory).
454454
String _calculateDirectory() {
455455
// Capitalize the mode name.
456456
var result =

0 commit comments

Comments
 (0)