From 2ae612c68f83ed07d08a9600bce9edd65769e0a9 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sat, 13 Apr 2024 14:41:45 +0200 Subject: [PATCH] Makefile: Add selectors in preparation for Sable adding message-tags support (#264) Some tests Sable would fail are currently disabled only because Sable does not support message-tags; but it probably will in the near future. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index b414790..7da1841 100644 --- a/Makefile +++ b/Makefile @@ -83,10 +83,16 @@ LIMNORIA_SELECTORS := \ (foo or not foo) \ $(EXTRA_SELECTORS) +# Tests marked with arbitrary_client_tags or react_tag can't pass because Sable does not support client tags yet +# Tests marked with private_chathistory can't pass because Sable does not implement CHATHISTORY for DMs + SABLE_SELECTORS := \ not Ergo \ and not deprecated \ and not strict \ + and not arbitrary_client_tags \ + and not react_tag \ + and not private_chathistory \ and not whowas and not list and not lusers and not userhost and not time and not info \ $(EXTRA_SELECTORS)