From 2f41784a3b3e7d7d7d2ba33f18286d0c27a8dbe0 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 14 Feb 2026 16:01:32 +0000 Subject: [PATCH] Bump Complement. Signed-off-by: Jason Volk --- docker/Dockerfile.complement | 2 +- tests/complement/results.jsonl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile.complement b/docker/Dockerfile.complement index 42fa2df9..0ec7603c 100644 --- a/docker/Dockerfile.complement +++ b/docker/Dockerfile.complement @@ -130,7 +130,7 @@ ENTRYPOINT valgrind \ FROM input AS complement-base ARG var_cache ARG var_lib_apt -ARG complement_ref="4d3130f06d0dc3f794b5d48fbdba0b466792b52b" +ARG complement_ref="5ca17e228083b44a38aeed3398ecc94529ae696e" ARG complement_tags="conduwuit_blacklist" ARG complement_tests="./tests/..." ARG complement_run=".*" diff --git a/tests/complement/results.jsonl b/tests/complement/results.jsonl index ac549812..87fae8d3 100644 --- a/tests/complement/results.jsonl +++ b/tests/complement/results.jsonl @@ -79,6 +79,7 @@ {"Action":"fail","Test":"TestClientSpacesSummary/redact_link"} {"Action":"fail","Test":"TestClientSpacesSummary/suggested_only"} {"Action":"fail","Test":"TestClientSpacesSummaryJoinRules"} +{"Action":"pass","Test":"TestComplementCanCreateValidV12Rooms"} {"Action":"pass","Test":"TestContent"} {"Action":"pass","Test":"TestContentCSAPIMediaV1"} {"Action":"pass","Test":"TestContentMediaV1"} @@ -225,6 +226,8 @@ {"Action":"fail","Test":"TestKeyChangesLocal/New_login_should_create_a_device_lists.changed_entry"} {"Action":"fail","Test":"TestKeyClaimOrdering"} {"Action":"pass","Test":"TestKeysQueryWithDeviceIDAsObjectFails"} +{"Action":"pass","Test":"TestKnockRestrictedRoomsLocalJoinNoCreatorsUsesPowerLevelsV11"} +{"Action":"pass","Test":"TestKnockRestrictedRoomsLocalJoinNoCreatorsUsesPowerLevelsV12"} {"Action":"pass","Test":"TestKnockRoomsInPublicRoomsDirectory"} {"Action":"pass","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room"} {"Action":"fail","Test":"TestKnocking"} @@ -555,6 +558,8 @@ {"Action":"pass","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules"} {"Action":"pass","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_invited"} {"Action":"fail","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room"} +{"Action":"pass","Test":"TestRestrictedRoomsLocalJoinNoCreatorsUsesPowerLevelsV11"} +{"Action":"pass","Test":"TestRestrictedRoomsLocalJoinNoCreatorsUsesPowerLevelsV12"} {"Action":"fail","Test":"TestRestrictedRoomsRemoteJoin"} {"Action":"pass","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_initially"} {"Action":"pass","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_when_left_allowed_room"}