Skip to content

Commit e079515

Browse files
committed
Merge commit '49be7f13010f518029913a2b107acb34b41b3872' into windows-dart-ci
2 parents 9afd8b8 + 49be7f1 commit e079515

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

pkgs/c_compiler/test/cbuilder/cbuilder_cross_windows_host_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('windows')
6+
@OnPlatform({'windows': Timeout.factor(10)})
67
library;
78

89
import 'dart:io';

pkgs/c_compiler/test/cbuilder/cbuilder_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
@OnPlatform({'windows': Timeout.factor(10)})
6+
library;
7+
58
import 'dart:ffi';
69
import 'dart:io';
710

pkgs/c_compiler/test/cbuilder/compiler_resolver_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
@OnPlatform({'windows': Timeout.factor(10)})
6+
library;
7+
58
import 'package:c_compiler/c_compiler.dart';
69
import 'package:c_compiler/src/cbuilder/compiler_resolver.dart';
710
import 'package:c_compiler/src/native_toolchain/msvc.dart';

0 commit comments

Comments
 (0)