aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs/12680.zig
AgeCommit message (Collapse)Author
2024-01-03cbe: fix non-msvc externs and exportsJacob Young
Closes #17817
2024-01-03Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Jacob Young
This reverts commit 2b589783602c5428ecde9dbb3f41a81f85eb0f25.
2024-01-01Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Andrew Kelley
This reverts commit 7161ed79c4abcaccdd56fe0b4fbd3d93472d41b8, reversing changes made to 3f2a65594e1d3c0a4f4943a4ea522e8405db81e0. Unfortunately, this sat in the PR queue too long and the merge broke the zig1.wasm bootstrap process.
2023-11-05cbe: fixup __asm style exports, re-enable 12680 on macos now that alias ↵kcbanner
isn't used
2023-10-14tests: enable already passing behaviour tests for self-hosted wasmXavier Bouchoux
1611 passed; 262 skipped; 0 failed. (was: 1543 passed; 330 skipped; 0 failed.)
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-03cbe: implement multiple exports of a symbolsJacob Young
2022-09-04llvm: fix the `type` parameter of `GlobalAlias`riChar
Closes 12680