[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Test succeeding only from edebug
From: |
Michael Heerdegen |
Subject: |
Re: Test succeeding only from edebug |
Date: |
Mon, 05 Aug 2024 17:32:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
> Hi,
>
> have a test succeeding when a core-function, ‘ar-thing-in-thing’, is
> instrumented by edebug.
> However. same tests fails when running normally.
I'm a bit confused: is it a core function or a function defined by
yourself?
> See failure at
>
> https://app.circleci.com/pipelines/gh/andreas-roehler/thing-at-point-utils/82/workflows/e97906a0-d949-4f96-84be-f862265518f6/jobs/82
>
> Test in question is ‘ar-trim-braced-in-region-test’, from
>
> https://github.com/andreas-roehler/thing-at-point-utils/blob/master/test/ar-trim-tests.el
>
> ‘ar-thing-in-thing’ resides at
>
> https://github.com/andreas-roehler/thing-at-point-utils/blob/master/ar-thingatpt-basic-definitions.el
Do you have a backtrace? Does the test case work using interpreted
code? Or fails compiled and interpreted?
I guess I could find out all of that by myself but I wanted to get at
least an idea where to look at before consulting your linked sources.
Michael.