Changeset 6083392


Ignore:
Timestamp:
Mar 2, 2021, 9:50:11 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

restructure tests under directories and update test files

Location:
tests
Files:
1 added
1 deleted
3 edited
18 moved

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r266ecf1 r6083392  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun Feb 21 19:04:09 2021
    14 ## Update Count     : 88
     13## Last Modified On : Tue Mar  2 21:39:01 2021
     14## Update Count     : 90
    1515###############################################################################
    1616
     
    170170
    171171SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \
    172         init1 limits nested-types stdincludes cast labelledExit array quasiKeyword Includes builtins/sync warnings/self-assignment
     172        init1 limits nested-types stdincludes cast labelledExit array quasiKeyword include/includes builtins/sync warnings/self-assignment
    173173$(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN)
    174174        $(CFACOMPILE_SYNTAX)
  • tests/include/.expect/includes.nast.txt

    r266ecf1 r6083392  
    11/usr/include/x86_64-linux-gnu/bits/socket.h: In function '_X16_operator_assignFS7cmsghdr_S7cmsghdrS7cmsghdr_autogen___1':
    22/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: Compiled
     3include/includes.cfa: In function '_X4mainFi_iPPKc__1':
     4include/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 
     1falseA 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  
    3232#define str(s) #s
    3333
    34 const char * file = xstr(IN_DIR) "io.data";
     34const char * file = xstr(IN_DIR) "many_read.data";
    3535int fd;
    3636off_t size;
Note: See TracChangeset for help on using the changeset viewer.