This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-27 15:42:49 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
da28379d6c
zig
/
test
/
cases
/
break_continue.0.zig
10 lines
110 B
Zig
Raw
Normal View
History
Unescape
Escape
test: fix incorrect default target spec; port all incremental tests
2022-04-27 14:37:54 +01:00
pub
fn
main
(
)
void
{
while
(
true
)
{
break
;
}
}
// run
Unify incremental test cases and disable many The self-hosted aarch64 backend is not currently functional due to the Liveness changes. A previous commit disabled aarch64 on the behavior tests; this commit disables it and arm for the test cases. Moreover, all incremental test cases have been unified into shared cross-platform cases, which can be gradually enabled as the backends improve.
2023-04-19 14:17:48 +01:00
// target=x86_64-linux,x86_64-macos
test: fix incorrect default target spec; port all incremental tests
2022-04-27 14:37:54 +01:00
//
Reference in New Issue
Copy Permalink