File tree 6 files changed +9
-7
lines changed
6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ vars = {
158
158
"matcher_rev" : "ce8f40934c90e12992071172795b3bca29fac295" ,
159
159
"mime_rev" : "bdb66bdd354156280bddc30e2d322a4ad355f671" ,
160
160
"mockito_rev" : "451f756fe12a32d2a943db80124b522ecbd557af" ,
161
- "native_rev" : "de1b0ccf24a89315fe76116090d9fe1b8bd774bb " ,
161
+ "native_rev" : "1e89ed99e344fde0226ff472d290dd9fd0998d16 " ,
162
162
"package_config_rev" : "be0c4411cb7607abe3fd531c9653b0ba53c87c0f" ,
163
163
"path_rev" : "282dd18bd9ae2e265ea40a29b2c637194e9be8b7" ,
164
164
"pool_rev" : "77001024a16126cc5718e654ea3e57bbf6e7fac3" ,
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ final testSuiteDirectories = [
51
51
Path ('tests/web_2' ),
52
52
Path ('third_party/pkg/dart_style' ),
53
53
Path ('third_party/pkg/dartdoc' ),
54
- Path ('third_party/pkg/native/pkgs/c_compiler' ),
55
54
Path ('third_party/pkg/native/pkgs/native_assets_builder' ),
56
55
Path ('third_party/pkg/native/pkgs/native_assets_cli' ),
56
+ Path ('third_party/pkg/native/pkgs/native_toolchain_c' ),
57
57
Path ('third_party/pkg/package_config' ),
58
58
Path ('utils/tests/peg' ),
59
59
];
Original file line number Diff line number Diff line change 9
9
! unittest.tar.gz.sha1
10
10
! update.sh
11
11
! /wasmer
12
- ! /pkg /c_compiler.status
13
12
! /pkg /native_assets_builder.status
14
13
! /pkg /native_assets_cli.status
14
+ ! /pkg /native_toolchain_c.status
15
15
# but ignore a subfolder of tcmalloc (some client ignores /tcmalloc/.gitignore)
16
16
/tcmalloc /gperftools
Original file line number Diff line number Diff line change 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
4
5
+ example/*: SkipByDesign # These test projects don't work without running pub in the project itself.
6
+
5
7
[ $runtime != vm ]
6
8
*: SkipByDesign # Native assets is a VM-only feature.
File renamed without changes.
Original file line number Diff line number Diff line change 3028
3028
"name" : " third_party tested packages" ,
3029
3029
"arguments" : [
3030
3030
" -nunittest-asserts-${mode}-${system}" ,
3031
- " c_compiler" ,
3032
3031
" dart_style" ,
3033
3032
" native_assets_builder" ,
3034
3033
" native_assets_cli" ,
3034
+ " native_toolchain_c" ,
3035
3035
" package_config"
3036
3036
]
3037
3037
},
3090
3090
"name" : " third_party tested packages" ,
3091
3091
"arguments" : [
3092
3092
" -nunittest-asserts-${mode}-${system}-arm64" ,
3093
- " c_compiler " ,
3093
+ " native_toolchain_c " ,
3094
3094
" dart_style" ,
3095
3095
" native_assets_builder" ,
3096
3096
" native_assets_cli" ,
3134
3134
"name" : " third_party tested packages" ,
3135
3135
"arguments" : [
3136
3136
" -nunittest-asserts-${mode}-${system}" ,
3137
- " c_compiler " ,
3137
+ " native_toolchain_c " ,
3138
3138
" dart_style" ,
3139
3139
" native_assets_builder" ,
3140
3140
" native_assets_cli" ,
3519
3519
"macos" : " buildtools/mac-x64/clang/bin/llvm-symbolizer" ,
3520
3520
"windows" : " buildtools/win-x64/clang/bin/llvm-symbolizer.exe"
3521
3521
}
3522
- }
3522
+ }
You can’t perform that action at this time.
0 commit comments