mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
constrain target/backend of new test cases
avoids testing stuff that doesn't work yet.
This commit is contained in:
parent
794beafb9c
commit
644baa0f5b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user