aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
AgeCommit message (Expand)Author
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
2022-10-15Module: fix early exit conditions during compilationJacob Young
2022-10-14i386 ABI: Fix some sizes and alignmentsEvan Haas
2022-10-14stage2: fix emitting asm and bin at the same timeJacob Young
2022-10-01llvm: avoid undefined values by ensuring the StackTrace decl is analyzedJacob Young
2022-09-06Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-04stage2 llvm: implement aarch64 C ABIVeikka Tuominen
2022-09-02Sema: do not emit dbg_inline_end after NoReturnVeikka Tuominen
2022-09-01Sema: add more validation to coerceVarArgParamVeikka Tuominen
2022-08-30LLVM: fix extern functions missing attributesAndrew Kelley
2022-08-26translate-c: Don't add self-defined macros to global name tableEvan Haas
2022-08-11disable failing standalone test: issue_11595Andrew Kelley
2022-08-10stage2 llvm: implement more C ABIVeikka Tuominen
2022-07-27Sema: resolve pointee type in zirReifyVeikka Tuominen
2022-07-26C ABI tests no longer apply to only stage1Andrew Kelley
2022-07-25Merge pull request #12188 from Luukdegram/llvm-wasm-c-abiLuuk de Gram
2022-07-25wasm: Enable C-ABI tests for self-hosted compilerLuuk de Gram
2022-07-24CI stage3 test coverage for test-standaloneAndrew Kelley
2022-07-21update standalone test cases for stage2Andrew Kelley
2022-07-06disable more standalone testsAndrew Kelley
2022-07-06disable failing standalone test - tools/gen_spirv_spec.zigAndrew Kelley
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-06-06tools: fix update-linux-headers.zig and process_headers.zigBratishkaErik
2022-05-09stdlib: escape backslashes and double quotes in Builder response fileEvan Haas