aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
AgeCommit message (Expand)Author
2024-01-07remove tool: update-license-headersAndrew Kelley
2024-01-04build/LazyPath: Add dirname (#18371)Abhinav Gupta
2024-01-01add standalone test for depending on the main moduleAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-11-12sema: fixup underflows during struct / ptr array init when using -fstripkcbanner
2023-10-11move two TODO comments to a github issueAndrew Kelley
2023-10-11disable flaky testAndrew Kelley
2023-09-17Add a standalone test for Windows resource file compilationRyan Liptak
2023-08-19Merge pull request #16885 from squeek502/windows-selfExePath-symlinkAndrew Kelley
2023-08-19Add self_exe_symlink standalone testRyan Liptak
2023-08-18standalone: add iOS smoke test - test ability to target iOS with ZigJakub Konka
2023-07-27test: add a test that verifies no debug handlers get pulled into compiler_rtkcbanner
2023-07-25remove tools/extract-grammar.zigAndrew Kelley
2023-07-25test/standalone: reinstate std.ChildProcess testsalex
2023-07-20test: add a test for dwarf embedded in coffkcbanner
2023-07-20compilation: pass omit_frame_pointer through to builtin.zigkcbanner
2023-07-20test: add standalone test for DWARF unwinding with -fomit-frame-pointerkcbanner
2023-07-18Sema: fix return type of generic function is function pointerAndrew Kelley
2023-07-10add stand alone test to verify bulk-memory featuresLuuk de Gram
2023-06-21test: add standalone test for cmakedefineJan200101
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless
2023-04-17Sema: fix empty infinite loopsJacob Young
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-30tests: enable test_runner_module_imports standalone testdweiller
2023-03-19fix std.Build.OptionsStepAndrew Kelley
2023-03-16remove standalone test "issue_9812"Andrew Kelley
2023-03-15add the new extern test to standalone testsAndrew Kelley
2023-03-15standalone tests: avoid running on strange targetAndrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-03-15re-enable the simple standalone testsAndrew Kelley
2023-03-12Sema: @extern fixesmlugg
2023-02-21Add test coverage for some module structuresmlugg
2023-02-17add test to ignore sigpipeJonathan Marler
2023-02-08fix custom test runner package path resolutiondweiller
2023-02-05make `@embedFile` support module-mapped names the same way as `@import`Andrew Kelley
2023-01-06tools: build all tools in ci to prevent bitrotJan Philipp Hafer
2023-01-02Revert "make a .rsp file for `zig clang`"Andrew Kelley
2022-12-18standalone tests: Add windows spawn testRyan Liptak
2022-12-12Revert "compiler_c test: skip build modes on aarch64-windows"Coin
2022-12-12Revert "mix_c_files: skip build modes on aarch64-windows due to bug"Coin
2022-12-10compiler_c test: skip build modes on aarch64-windowsJakub Konka
2022-12-10mix_c_files: skip build modes on aarch64-windows due to bugJakub Konka
2022-11-30add test coverage for zig build CLI and options APIAndrew Kelley
2022-11-28aarch64-windows: skip failing standalone testsJakub Konka
2022-11-18Merge pull request #13411 from dweiller/custom-test-runnerVeikka Tuominen
2022-11-14disable failing test on aarch64-macosAndrew Kelley
2022-11-02test: add test_runner_path testdweiller
2022-10-26make a .rsp file for `zig clang`Hadrien Dorio
2022-10-22build.zig: separate C ABI tests from standalone testsVeikka Tuominen