Skip to content

Commit 676b45f

Browse files
authored
Enable tests on iOS (#247)
1 parent d0966d6 commit 676b45f

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/workflows/io_file.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ jobs:
9797
run: dart --enable-experiment=native-assets run benchmarks/write_as_bytes.dart
9898

9999
ios-vm-test:
100-
# TODO(brianquinlan): Disabled because native assets are not supported by
101-
# Flutter integration tests.
102-
if: ${{false}}
103100
runs-on: macos-latest
104101
defaults:
105102
run:

pkgs/io_file/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ See
1212
| :--- | :---: | :---: | :---: | :---: | :----: | :--------: | :----------: |
1313
| canonicalize path | | | | | | | |
1414
| copy file | | | | | | | |
15-
| create directory | || ||| | |
15+
| create directory | || ||| | |
1616
| create hard link | | | | | | | |
1717
| create symbolic link | | | | | | | |
18-
| create tmp directory | || ||| | |
18+
| create tmp directory | || ||| | |
1919
| create tmp file | | | | | | | |
20-
| delete directory | || ||| | |
20+
| delete directory | || ||| | |
2121
| delete file | | | | | | |
22-
| delete tree | | | | || | |
22+
| delete tree | | | | || | |
2323
| enum dir contents | | | | | | | |
2424
| exists | | | | | | |
25-
| get metadata (stat) | || ||| | |
26-
| identity (same file) | || ||| | |
25+
| get metadata (stat) | || ||| | |
26+
| identity (same file) | || ||| | |
2727
| open | | | | | | |
28-
| read file (bytes) | || ||| | |
28+
| read file (bytes) | || ||| | |
2929
| read file (lines) | | | | | | | |
3030
| read file (string) | | | | | | | |
31-
| rename | || ||| | |
31+
| rename | || ||| | |
3232
| set permissions | | | | | | | |
33-
| write file (bytes) | || ||| | |
34-
| write file (string) | || ||| | |
33+
| write file (bytes) | || ||| | |
34+
| write file (string) | || ||| | |
3535

3636
### File
3737

0 commit comments

Comments
 (0)