mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 12:01:18 +00:00
Revert "tests: skip native CPU std tests on Windows"
This reverts commit 234693bcbba6f55ff6e975ddbedf0fad4dfaa8f1.
This commit is contained in:
parent
f8719c4197
commit
8c0902b7ae
@ -1198,14 +1198,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
|
||||
test_target.use_llvm == false and mem.eql(u8, options.name, "c-import"))
|
||||
continue;
|
||||
|
||||
if (target.cpu.arch == .x86_64 and target.os.tag == .windows and
|
||||
test_target.target.cpu_arch == null and test_target.optimize_mode != .Debug and
|
||||
mem.eql(u8, options.name, "std"))
|
||||
{
|
||||
// https://github.com/ziglang/zig/issues/17902
|
||||
continue;
|
||||
}
|
||||
|
||||
const want_this_mode = for (options.optimize_modes) |m| {
|
||||
if (m == test_target.optimize_mode) break true;
|
||||
} else false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user