Skip to content
Snippets Groups Projects
Commit 19f87ce6 authored by Basile Desloges's avatar Basile Desloges Committed by Virgile Prevosto
Browse files

[tests] Set tests machdep to x86_32

parent 07590938
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 23 deletions
/* run.config
OPT: @CXX@ @EVA@ -print
OPT: @MACHDEP@ @CXX@ @EVA@ -print
*/
struct A {
......
/* run.config
OPT: @CXX@ -check -print -cxx-demangling-full
OPT: @MACHDEP@ @CXX@ -check -print -cxx-demangling-full
*/
extern "C" {
......
/* run.config
OPT: @CXX@ -check -print -cxx-keep-mangling
OPT: @MACHDEP@ @CXX@ -check -print -cxx-keep-mangling
*/
extern "C" {
......
/* run.config
OPT: @CXX@ -print
OPT: @MACHDEP@ @CXX@ -print
COMMENT: test handling of built-in nullptr_t
*/
......
/* run.config
GCC:
OPT: tests/basic/static_1_aux.cpp -print -check -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen"
OPT: @MACHDEP@ tests/basic/static_1_aux.cpp -print -check -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen"
*/
......
/* run.config
OPT: -deps -check -print
OPT: @MACHDEP@ -deps -check -print
*/
//@ assigns \nothing;
......
/* run.config
OPT: -cpp-extra-args="-DFOO" -print
OPT: -cxx-clang-command="bin/framaCIRGen -DFOO" -print
OPT: @MACHDEP@ -cpp-extra-args="-DFOO" -print
OPT: @MACHDEP@ -cxx-clang-command="bin/framaCIRGen -DFOO" -print
*/
#ifdef FOO
......
OPT:-print @CXX@ @WP@
OPT:@MACHDEP@ -print @CXX@ @WP@
OPT:-print @CXX@ @WP@
OPT:@MACHDEP@ -print @CXX@ @WP@
/* run.config
OPT: @CXX@ -check -print
OPT: @MACHDEP@ @CXX@ -check -print
*/
......
/* run.config
OPT: @CXX@ -no-remove-exn -print -check
OPT: @CXX@ -check -print
OPT: @CXX@ @EVA@
OPT: @MACHDEP@ @CXX@ -no-remove-exn -print -check
OPT: @MACHDEP@ @CXX@ -check -print
OPT: @MACHDEP@ @CXX@ @EVA@
*/
enum foo { BAR = 2 };
......
/* run.config
OPT: @CXX@ -check -print
OPT: @MACHDEP@ @CXX@ -check -print
*/
int f(int x) { if (x < 0) throw(5); else if (x > 0) throw(5.0); return 2; }
......
/* run.config
OPT: @CXX@ -check -print
OPT: @MACHDEP@ @CXX@ -check -print
*/
int f(int x) { if (x < 0) throw(5); else if (x > 0) throw(5U); return 2; }
......
/* run.config
OPT: @CXX@ @ALLOC@ -eva-slevel 12 @EVA@ -out -journal-disable -no-annot
OPT: @MACHDEP@ @CXX@ @ALLOC@ -eva-slevel 12 @EVA@ -out -journal-disable -no-annot
*/
class A {
int val;
......
OPT:-print @CXX@ @WP@
OPT:@MACHDEP@ -print @CXX@ @WP@
/* run.config
OPT: @EVA@ -slice-assert ::f -slice-callers -slice-print -journal-disable
OPT: @MACHDEP@ @EVA@ -slice-assert ::f -slice-callers -slice-print -journal-disable
*/
struct A {
int x;
......
/* run.config
OPT: @CXX@ @EVA@ -out -journal-disable -print
OPT: @MACHDEP@ @CXX@ @EVA@ -out -journal-disable -print
*/
/*@ behavior default:
assigns p \from q,p;
......
/* run.config
OPT: @CXX@ -check -print -cxx-keep-mangling
OPT: @MACHDEP@ @CXX@ -check -print -cxx-keep-mangling
*/
namespace Foo {
......
/* run.config
OPT: -check -print -float-hex @CXX@
OPT: @MACHDEP@ -check -print -float-hex @CXX@
*/
//@ ensures \result == 0.4;
......
/* run.config
OPT: @CXX@ -pp-annot -journal-disable -print
OPT: @MACHDEP@ @CXX@ -pp-annot -journal-disable -print
*/
/*@ axiom foo: \true;
// just a test for the lexer of annotations
......
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