File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkgs/ffigen/test/large_integration_tests Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
@TestOn ('mac-os' )
7
7
8
8
// This is a slow test.
9
- @Timeout (Duration (minutes: 2 ))
9
+ @Timeout (Duration (minutes: 5 ))
10
10
library ;
11
11
12
12
import 'dart:async' ;
@@ -28,7 +28,7 @@ Future<int> run(String exe, List<String> args) async {
28
28
29
29
void main () {
30
30
test ('Large ObjC integration test' , () async {
31
- // Reducing the bindings to a random subset to that the test completes in a
31
+ // Reducing the bindings to a random subset so that the test completes in a
32
32
// reasonable amount of time.
33
33
// TODO(https://github.com/dart-lang/sdk/issues/56247): Remove this.
34
34
const inclusionRatio = 0.1 ;
@@ -41,10 +41,12 @@ void main() {
41
41
42
42
// TODO(https://github.com/dart-lang/native/issues/1220): Allow these.
43
43
const disallowedMethods = {
44
- 'cachePolicy ' ,
44
+ 'accessKey ' ,
45
45
'allowsConstrainedNetworkAccess' ,
46
- 'tag' ,
46
+ 'attributedString' ,
47
+ 'cachePolicy' ,
47
48
'hyphenationFactor' ,
49
+ 'tag' ,
48
50
};
49
51
final interfaceFilter = DeclarationFilters (
50
52
shouldInclude: randInclude,
You can’t perform that action at this time.
0 commit comments