[Updated] D11294: pyoxidized: adapt output of test-flagprocessor.t
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Aug 19 01:19:43 UTC 2021
Closed by commit rHG1cb01c71ba32: pyoxidized: adapt output of test-flagprocessor.t (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11294?vs=29915&id=29945
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11294/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11294
AFFECTED FILES
tests/test-flagprocessor.t
CHANGE DETAILS
diff --git a/tests/test-flagprocessor.t b/tests/test-flagprocessor.t
--- a/tests/test-flagprocessor.t
+++ b/tests/test-flagprocessor.t
@@ -201,14 +201,17 @@
> EOF
$ hg debugrebuilddirstate
Traceback (most recent call last):
- File "*/mercurial/extensions.py", line *, in _runextsetup (glob)
+ File "*/mercurial/extensions.py", line *, in _runextsetup (glob) (no-pyoxidizer !)
+ File "mercurial.extensions", line *, in _runextsetup (glob) (pyoxidizer !)
extsetup(ui)
File "*/tests/flagprocessorext.py", line *, in extsetup (glob)
flagutil.addflagprocessor( (py38 !)
validatehash, (no-py38 !)
- File "*/mercurial/revlogutils/flagutil.py", line *, in addflagprocessor (glob)
+ File "*/mercurial/revlogutils/flagutil.py", line *, in addflagprocessor (glob) (no-pyoxidizer !)
+ File "mercurial.revlogutils.flagutil", line *, in addflagprocessor (glob) (pyoxidizer !)
insertflagprocessor(flag, processor, flagprocessors)
- File "*/mercurial/revlogutils/flagutil.py", line *, in insertflagprocessor (glob)
+ File "*/mercurial/revlogutils/flagutil.py", line *, in insertflagprocessor (glob) (no-pyoxidizer !)
+ File "mercurial.revlogutils.flagutil", line *, in insertflagprocessor (glob) (pyoxidizer !)
raise error.Abort(msg)
mercurial.error.Abort: cannot register multiple processors on flag '0x8'. (py3 !)
Abort: cannot register multiple processors on flag '0x8'. (no-py3 !)
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210819/aab24326/attachment-0002.html>
More information about the Mercurial-patches
mailing list