mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 07:49:52 +00:00
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.
This commit is contained in:
6
Makefile
6
Makefile
@ -83,10 +83,16 @@ LIMNORIA_SELECTORS := \
|
|||||||
(foo or not foo) \
|
(foo or not foo) \
|
||||||
$(EXTRA_SELECTORS)
|
$(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 := \
|
SABLE_SELECTORS := \
|
||||||
not Ergo \
|
not Ergo \
|
||||||
and not deprecated \
|
and not deprecated \
|
||||||
and not strict \
|
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 \
|
and not whowas and not list and not lusers and not userhost and not time and not info \
|
||||||
$(EXTRA_SELECTORS)
|
$(EXTRA_SELECTORS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user