Changeset 6083392
- Timestamp:
- Mar 2, 2021, 9:50:11 PM (4 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
- Files:
-
- 1 added
- 1 deleted
- 3 edited
- 18 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r266ecf1 r6083392 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sun Feb 21 19:04:09202114 ## Update Count : 8813 ## Last Modified On : Tue Mar 2 21:39:01 2021 14 ## Update Count : 90 15 15 ############################################################################### 16 16 … … 170 170 171 171 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \ 172 init1 limits nested-types stdincludes cast labelledExit array quasiKeyword Includes builtins/sync warnings/self-assignment172 init1 limits nested-types stdincludes cast labelledExit array quasiKeyword include/includes builtins/sync warnings/self-assignment 173 173 $(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN) 174 174 $(CFACOMPILE_SYNTAX) -
tests/include/.expect/includes.nast.txt
r266ecf1 r6083392 1 1 /usr/include/x86_64-linux-gnu/bits/socket.h: In function '_X16_operator_assignFS7cmsghdr_S7cmsghdrS7cmsghdr_autogen___1': 2 2 /usr/include/x86_64-linux-gnu/bits/socket.h:285:44: note: the ABI of passing struct with a flexible array member has changed in GCC 4.4 3 Includes.cfa: In function '_X4mainFi_iPPKc__1':4 Includes.cfa:186:9: note: #pragma message: Compiled3 include/includes.cfa: In function '_X4mainFi_iPPKc__1': 4 include/includes.cfa:186:9: note: #pragma message: Compiled -
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.