rust-index: disabling flagprocessor tests
authorGeorges Racinet on incendie.racinet.fr <georges@racinet.fr>
Sun, 29 Oct 2023 18:35:32 +0100
changeset 51237 49b00a04028f
parent 51236 eb676c35a29b
child 51238 633408a0f2e2
rust-index: disabling flagprocessor tests The list of flags supported by the Rust index is not dynamic, hence flagprocessor has no chance to work.
tests/test-flagprocessor.t
tests/test-verify.t
--- a/tests/test-flagprocessor.t	Tue Oct 31 17:58:56 2023 +0100
+++ b/tests/test-flagprocessor.t	Sun Oct 29 18:35:32 2023 +0100
@@ -1,3 +1,7 @@
+# Rust index does not support creating new flags dynamically
+
+#if no-rust
+
 # Create server
   $ hg init server
   $ cd server
@@ -304,3 +308,6 @@
 
   $ hg status
   $ hg diff
+
+
+#endif
--- a/tests/test-verify.t	Tue Oct 31 17:58:56 2023 +0100
+++ b/tests/test-verify.t	Sun Oct 29 18:35:32 2023 +0100
@@ -335,6 +335,9 @@
   checked 1 changesets with 1 changes to 1 files
   $ cd ..
 
+# rust index does not allow creation of new flags dynamically
+#if no-rust
+
 test flag processor and skipflags
 
   $ hg init skipflags
@@ -363,3 +366,4 @@
   [1]
   $ hg verify --config verify.skipflags=2147483647 -q
 
+#endif