Skip to content

Commit

Permalink
fix(pkgs/dmd): Disable more C++ ABI tests on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Feb 18, 2024
1 parent d9de031 commit 8e3bdb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/dmd/build-status.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
"${cxxTestDir}/cpp11.d"
"${cxxTestDir}/cpp_stdlib.d"
"${cxxTestDir}/cppa.d"
"${cxxTestDir}/externmangle2.d"
"${cxxTestDir}/cpp_abi_tests.d"
"${cxxTestDir}/test22287.d"
"${cxxTestDir}/test7925.d"
"${cxxTestDir}/externmangle.d"
"${cxxTestDir}/test23135.d"
"${dmdTestDir}/dshell/dll_cxx.d"
]
++ (
if versionBetween "2.092.1" "2.099.0" version
Expand Down

0 comments on commit 8e3bdb7

Please sign in to comment.