constrain target/backend of new test cases

avoids testing stuff that doesn't work yet.
This commit is contained in:
Andrew Kelley 2022-07-20 16:51:17 -07:00
parent 794beafb9c
commit 644baa0f5b
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ export fn entry() usize { return @sizeOf(@TypeOf(&seventh_fib_number)); }
// error
// backend=stage2
// target=native
// target=x86_64-linux
//
// :3:21: error: evaluation exceeded 1000 backwards branches
// :3:21: note: use @setEvalBranchQuota() to raise the branch limit from 1000

View File

@ -19,7 +19,7 @@ comptime {
// error
// backend=stage2
// target=native
// target=x86_64-linux
//
// :2:19: error: function pointer alignment disagrees with function alignment
// :16:19: error: function pointer alignment disagrees with function alignment

View File

@ -5,7 +5,7 @@ export fn entry() void {
}
// error
// backend=stage2
// backend=llvm
// target=native
//
// :4:9: error: array literal requires address-of operator (&) to coerce to slice type '[]i32'