Skip to content
Snippets Groups Projects
Commit 86317c49 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[tests] refactor tests to simplify future changes

parent 18e4d088
No related branches found
No related tags found
No related merge requests found
/* run.config /* run.config
OPT: -eva -eva-show-progress -scf -eva-show-progress -journal-disable STDOPT: +"-eva"
*/ */
void *p; void *p;
......
/* run.config /* run.config
OPT: -journal-disable -print OPT: -print -journal-disable
OPT: -journal-disable -scf -eva-show-progress STDOPT:
OPT: -journal-disable -scf -eva-show-progress -scf-allow-cast STDOPT: +"-scf-allow-cast"
*/ */
typedef struct { typedef struct {
......
/* run.config /* run.config
OPT: -journal-disable -scf -eva-show-progress -scf-allow-cast STDOPT: +"-scf-allow-cast"
OPT: -journal-disable -scf -eva-show-progress STDOPT:
*/ */
typedef struct { typedef struct {
......
/* run.config /* run.config
OPT: -eva -eva-show-progress -scf -eva-show-progress -journal-disable STDOPT: +"-eva"
*/ */
struct S { struct S {
......
/* run.config /* run.config
OPT: -semantic-const-folding -eva-show-progress STDOPT:
*/ */
enum E { A, B, C, D }; enum E { A, B, C, D };
......
/* run.config /* run.config
OPT: -scf -eva-show-progress -then-on propagated STDOPT: +"-then-on propagated"
*/ */
void (*pf)(void); void (*pf)(void);
......
/* run.config /* run.config
OPT: -eva -semantic-const-folding -eva-show-progress -journal-disable STDOPT: +"-eva"
*/ */
struct st { struct st {
......
OPT: -journal-disable -scf -eva-show-progress
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment