From f067a45c1e88124173af992e66a7125fe6ab366a Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 11 Aug 2020 10:31:51 -0700 Subject: Skip tests that fail on windows and enable all the rest (#3035) This lets us run most tests at least on that platform. Add a new function for skipping those tests, skip_if_on_windows, so that it's easy to find which tests are disabled on windows for later fixing efforts. This fixes a few minor issues for windows, like comparisons should ignore \r in some cases. Rename all passes tests that use --dwarfdump to contain "dwarf" in their name, which makes it easy to skip those (and is clearer anyhow). --- test/passes/fib_nonzero-low-pc_dwarf.passes | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/passes/fib_nonzero-low-pc_dwarf.passes (limited to 'test/passes/fib_nonzero-low-pc_dwarf.passes') diff --git a/test/passes/fib_nonzero-low-pc_dwarf.passes b/test/passes/fib_nonzero-low-pc_dwarf.passes new file mode 100644 index 000000000..523725b1c --- /dev/null +++ b/test/passes/fib_nonzero-low-pc_dwarf.passes @@ -0,0 +1 @@ +enable-mutable-globals_dwarfdump_roundtrip_dwarfdump_g -- cgit v1.2.3