aboutsummaryrefslogtreecommitdiff
path: root/test/stack_traces.zig
AgeCommit message (Expand)Author
2022-12-17zig fmt: fix extra whitespace with multiline stringsyujiri8
2022-11-22AstGen: Pop error trace for `continue`Cody Tapscott
2022-10-21stage2: Keep error return traces alive when storing to `const`Cody Tapscott
2022-10-21stage2: Propagate error return trace into fn callCody Tapscott
2022-10-21stage2: Pop error trace when storing error to var/constCody Tapscott
2022-10-21stage2: Do not pop error trace if result is an errorCody Tapscott
2022-10-21stage2: "Pop" error trace for break/return within catchCody Tapscott
2022-08-24test-stack-traces: restore test coverageAndrew Kelley
2022-08-23std.debug: implement support for DWARFv5Andrew Kelley
2022-08-17libstd: fix off-by-one error in def of ProcSym in pdbJakub Konka
2022-08-11disable failing stack traces tests on windowsAndrew Kelley
2022-08-08AstGen: emit debug stmt for tryAndrew Kelley
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-05-08update usage of std.testing in behavior and standalone testsVeikka Tuominen
2021-04-10test: overhaul stack_trace testingMichael Dusan
2021-04-08update stack trace test cases to new start.zig line offsetsAndrew Kelley
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-18update test-stack-traces because start.zig updatedAndrew Kelley
2020-11-25update stack trace test with new start.zig line numberAndrew Kelley
2020-11-23Update stack_traces testLemonBoy
2020-10-28Update stack traces testcasesKoakuma
2020-10-22update stack trace test caseAndrew Kelley
2020-10-19Update the stack-traces testsLemonBoy
2020-10-17fix compilation error when building with io_mode eventedAndrew Kelley
2020-10-15fixups regarding windows wide stringsAndrew Kelley
2020-10-15Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...Andrew Kelley
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-09-10update the stack trace test case for lines added to start.zigAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-15Update Stack Trace For start.zig ChangesDixiE
2020-05-05update docs/tests for async/extern fn removalTadeo Kondrak
2020-03-28std: Minor changes to TLS handlingLemonBoy
2020-03-22disable failing stack trace test for aarch64Andrew Kelley
2020-03-22update stack trace test expected outputAndrew Kelley
2020-03-13update stack traces test expectationsAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-28improve the "external executor" detection logicAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-26update test expectationsAndrew Kelley
2020-02-23correct test expectationsLemonBoy
2020-02-07codegen: Use the new frame-pointer fn attributesLemonBoy
2020-01-21Adjust tests & work around a nasty ICELemonBoy
2019-12-12update stack traces testsAndrew Kelley
2019-09-09test-stack-traces: add FreeBSDMichael Dusan
2019-09-03rename test-compare-panic to test-stack-tracesAndrew Kelley