| ... | @@ -17,9 +17,7 @@ pub fn addCases(cases: *tests.BuildExamplesContext) void { | ... | @@ -17,9 +17,7 @@ pub fn addCases(cases: *tests.BuildExamplesContext) void { |
| 17 | cases.addBuildFile("test/standalone/use_alias/build.zig"); | 17 | cases.addBuildFile("test/standalone/use_alias/build.zig"); |
| 18 | cases.addBuildFile("test/standalone/brace_expansion/build.zig"); | 18 | cases.addBuildFile("test/standalone/brace_expansion/build.zig"); |
| 19 | cases.addBuildFile("test/standalone/empty_env/build.zig"); | 19 | cases.addBuildFile("test/standalone/empty_env/build.zig"); |
| 20 | if (false) { | 20 | if (builtin.os == builtin.Os.linux) { |
| 21 | // TODO this test is disabled because it is failing on the CI server's linux. when this is fixed | | |
| 22 | // enable it for at least linux | | |
| 23 | // TODO hook up the DynLib API for windows using LoadLibraryA | 21 | // TODO hook up the DynLib API for windows using LoadLibraryA |
| 24 | // TODO figure out how to make this work on darwin - probably libSystem has dlopen/dlsym in it | 22 | // TODO figure out how to make this work on darwin - probably libSystem has dlopen/dlsym in it |
| 25 | cases.addBuildFile("test/standalone/load_dynamic_library/build.zig"); | 23 | cases.addBuildFile("test/standalone/load_dynamic_library/build.zig"); |