Skip to content

CI: propagate TSan to private ABI consumer fixtures #423

Description

@chrisbbreuer

Parent: #140

Private ABI fixtures could previously link a TSan-instrumented zig-js library from an unsanitized executable root, producing unresolved sanitizer symbols instead of running the fixture. The build now propagates -Dtsan=true to every applicable private ABI executable and a bounded audit prevents drift.

Acceptance

  • Audit every private ABI executable that can link a TSan-instrumented zig-js library.
  • Propagate the build's tsan option to every applicable executable root module.
  • Keep non-TSan Debug/ReleaseSafe artifacts unchanged.
  • Run the complete Home private 392-symbol runtime fixture under TSan without linker or sanitizer failures.
  • Add a bounded CI regression gate.
  • Document the gate concisely and reconcile exact main CI.

Completed by fff17a8a; exact-main run 29806223245 passed 43/43 jobs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions