File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2
2
# for details. All rights reserved. Use of this source code is governed by a
3
3
# BSD-style license that can be found in the LICENSE file.
4
+
5
+ [ $arch != x64 || $mode != debug || $system != linux ]
6
+ *: Skip # linux-debug-x64 is enough coverage for now.
7
+
8
+ [ $compiler != dartk || $runtime != vm ]
9
+ *: SkipByDesign # Actual tests are launched in subprocesses.
Original file line number Diff line number Diff line change @@ -43,11 +43,6 @@ runner to ensure they are built and not stale:
43
43
./tools/test.py -v -nunittest-asserts-release-linux-x64 \
44
44
--build 'tests/macro_build/*'
45
45
''' );
46
- } else if (configuration != 'unittest-asserts-release-linux-x64' ) {
47
- print ('Skipping test, not yet supported on '
48
- '-Dtest_runner.configuration=$configuration , '
49
- 'use unittest-asserts-release-linux-x64.' );
50
- return ;
51
46
}
52
47
53
48
_fixPubspec (
You can’t perform that action at this time.
0 commit comments