- Timestamp:
- Mar 2, 2021, 9:50:11 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 2d019af, c8e37e0
- Parents:
- 266ecf1
- Location:
- tests/io
- Files:
-
- 1 added
- 2 edited
- 9 moved
-
.expect/io-acquire.txt (moved) (moved from tests/.expect/io-acquire.txt )
-
.expect/io.nast.txt (moved) (moved from tests/.expect/io.nast.txt )
-
.expect/io1.oast.txt (moved) (moved from tests/.expect/io1.oast.txt )
-
.expect/io2.oast.txt (moved) (moved from tests/.expect/io2.oast.txt )
-
.in/io-acquire.txt (moved) (moved from tests/.in/io-acquire.txt )
-
.in/io.data (modified) (1 diff)
-
.in/many_read.data (added)
-
io-acquire.cfa (moved) (moved from tests/io-acquire.cfa )
-
io.cfa (moved) (moved from tests/io.cfa )
-
io1.cfa (moved) (moved from tests/io1.cfa )
-
io2.cfa (moved) (moved from tests/io2.cfa )
-
many_read.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/.in/io.data
r266ecf1 r6083392 1 This is the content of the file to read, it's pretty self explanatory! 2 1 falseA 23 93 1 2 3 4 5 6 7 8 1.1 1.2 1.3 1.1+2.3 1.1-2.3 1.1-2.3 abc xyz -
tests/io/many_read.cfa
r266ecf1 r6083392 32 32 #define str(s) #s 33 33 34 const char * file = xstr(IN_DIR) " io.data";34 const char * file = xstr(IN_DIR) "many_read.data"; 35 35 int fd; 36 36 off_t size;
Note:
See TracChangeset
for help on using the changeset viewer.