authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-06 05:37:39+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-08 21:32:22+02:00
logc3734450bcb70354470e95478aad0cb1c5907774
treeca435b3eb696292b894fdfb96767d793705cb31e
parent473f36d70f49f469d51b7e015e2e3d3550b56380
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: Add MIPS N32 targets to the module test matrix.


1 files changed, 52 insertions(+), 0 deletions(-)

test/tests.zig+52
...@@ -822,6 +822,24 @@ const test_targets = blk: {...@@ -822,6 +822,24 @@ const test_targets = blk: {
822 .link_libc = true,822 .link_libc = true,
823 .extra_target = true,823 .extra_target = true,
824 },824 },
825 .{
826 .target = .{
827 .cpu_arch = .mips64,
828 .os_tag = .linux,
829 .abi = .muslabin32,
830 },
831 .link_libc = true,
832 },
833 .{
834 .target = .{
835 .cpu_arch = .mips64,
836 .os_tag = .linux,
837 .abi = .muslabin32,
838 },
839 .linkage = .dynamic,
840 .link_libc = true,
841 .extra_target = true,
842 },
825 .{843 .{
826 .target = .{844 .target = .{
827 .cpu_arch = .mips64,845 .cpu_arch = .mips64,
...@@ -830,6 +848,14 @@ const test_targets = blk: {...@@ -830,6 +848,14 @@ const test_targets = blk: {
830 },848 },
831 .link_libc = true,849 .link_libc = true,
832 },850 },
851 .{
852 .target = .{
853 .cpu_arch = .mips64,
854 .os_tag = .linux,
855 .abi = .gnuabin32,
856 },
857 .link_libc = true,
858 },
833859
834 .{860 .{
835 .target = .{861 .target = .{
...@@ -856,6 +882,24 @@ const test_targets = blk: {...@@ -856,6 +882,24 @@ const test_targets = blk: {
856 .link_libc = true,882 .link_libc = true,
857 .extra_target = true,883 .extra_target = true,
858 },884 },
885 .{
886 .target = .{
887 .cpu_arch = .mips64el,
888 .os_tag = .linux,
889 .abi = .muslabin32,
890 },
891 .link_libc = true,
892 },
893 .{
894 .target = .{
895 .cpu_arch = .mips64el,
896 .os_tag = .linux,
897 .abi = .muslabin32,
898 },
899 .linkage = .dynamic,
900 .link_libc = true,
901 .extra_target = true,
902 },
859 .{903 .{
860 .target = .{904 .target = .{
861 .cpu_arch = .mips64el,905 .cpu_arch = .mips64el,
...@@ -864,6 +908,14 @@ const test_targets = blk: {...@@ -864,6 +908,14 @@ const test_targets = blk: {
864 },908 },
865 .link_libc = true,909 .link_libc = true,
866 },910 },
911 .{
912 .target = .{
913 .cpu_arch = .mips64el,
914 .os_tag = .linux,
915 .abi = .gnuabin32,
916 },
917 .link_libc = true,
918 },
867919
868 .{920 .{
869 .target = .{921 .target = .{