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