aboutsummaryrefslogtreecommitdiff
path: root/test/cases.zig
AgeCommit message (Expand)Author
2023-08-01llvm: fix data layout calculation for experimental llvm targetsJacob Young
2023-07-23test: test for issues starting codegen on many targetsJacob Young
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2022-10-15re-enable nvptx testsGuillaume Wenzek
2022-04-28test: migrate stage1 compile error tests to updated test manifestJakub Konka
2022-04-28test: migrate llvm incremental testsJakub Konka
2022-04-28test: migrate plan9 and sparcv9 incremental testsJakub Konka
2022-04-28test: migrate arm incremental testsJakub Konka
2022-04-28test: migrate aarch64 incremental testsJakub Konka
2022-04-28test: migrate riscv64 incremental testsJakub Konka
2022-04-28test: migrate wasm incremental testsJakub Konka
2022-04-14stage2: sparcv9: Load tests to the list of testcasesKoakuma
2022-03-14disable failing nvptx test casesAndrew Kelley
2022-03-12fix nvptx test failure #10968Guillaume Wenzek
2022-02-21disable failing nvptx test caseAndrew Kelley
2022-02-21enable Gpu address spaces (#10884)gwenzek
2021-12-15stage2: clean up testsJakub Konka
2021-11-29wasm: Update wasm stage2 test backend to use 'main'Luuk de Gram
2021-11-19stage2: re-enable all testsJakub Konka
2021-11-19stage2,x86_64: revert fixing callee preserved regsJakub Konka
2021-11-19add tests for previous commitJacob G-W
2021-09-22Fix failing tests and windows link dependenciesMartin Wickham
2021-09-20Address Spaces: fmt a bunch of stuffRobin Voetter
2021-09-20Address Spaces: Move stage 2 tests to stage2/llvm.zigRobin Voetter
2021-09-20Address Spaces: compiles() test casesRobin Voetter
2021-09-20Address Spaces: Pointer coercion errors testsRobin Voetter
2021-09-20Address Spaces: Address space on local variable testRobin Voetter
2021-09-16stage2: implement `@setAlignStack` and 128-bit cmpxchgAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-08-28AstGen: pre-scan all decls in a namespaceAndrew Kelley
2021-08-24fix stage2 test cases expecting wrong line numbersAndrew Kelley
2021-08-19stage2 x86_64: enable bitwise and + or and add testsJacob G-W
2021-08-19stage2: add error set type equalityJacob G-W
2021-08-13Merge pull request #9227 from mathetake/libc-wasi-testJakub Konka
2021-08-12Merge pull request #9166 from joachimschmidt557/stage2Andrew Kelley
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-08-04stage2 generics improvements: anytype and param type exprsAndrew Kelley
2021-08-04stage2 Sema: Resolve LazySrcLocs for bitwise and arithmetic exprsjoachimschmidt557
2021-08-04stage2 Sema: Resolve source locations of @TypeOf parametersjoachimschmidt557
2021-07-29stage2: more principled approach to comptime referencesAndrew Kelley
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-14astgen: errors for shadowing in if capturesJacob G-W
2021-07-14astgen: errors for shadowing in loop capturesJacob G-W
2021-07-11Merge pull request #9352 from g-w1/fix-9346Andrew Kelley
2021-07-11stage2: remove redundancy from error messageJacob G-W
2021-07-09plan9 codegen, add testsJacob G-W
2021-07-08stage2 astgen: provide 3 more errors for invalid inline assemblyJacob G-W
2021-07-06stage2: add error note for comparing booleans with '||'Jacob G-W
2021-07-02tokenizer: clean up invalid token errorAndrew Kelley
2021-07-02AstGen: cleanups to pass more compile error test casesAndrew Kelley