[bug #68033] mkoctfile does not work using version 11.0.92 on Windows 11
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #17, bug #68033 (group octave):
It looks like one of the new tests failed on the no-extras-debian buildbot:
>>>>> processing
>>>>> /scratch/buildbot/workers/jwe-debian-x86_64-4/no-extras-debian/build/libinterp/corefcn/toplev.cc-tst
***** test <*68033>
if (! is_frgn)
[status, output] = system (sprintf ('"%s" "--version" 2>&1 1>%s', ...
octave_exe_path, nul_device));
assert (status, 0);
assert (ischar (output));
assert (isempty (output));
endif
!!!!! regression: https://octave.org/testfailure/?68033
assert (isempty (output)) failed
shared variables
octave_exe_path =
/scratch/buildbot/workers/jwe-debian-x86_64-4/no-extras-debian/build/src/octave
nul_device = /dev/null
is_frgn = 0
I probably should have written the last assertion as `assert (output, "");`
instead. Then we would be able to see what output it caught.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68033>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaY3WnAAKCRCqLAuaBUf3 TqqEAQCToPW0KG7KGc2amPvtJirOnmPcC5yR0sOLFfZBKxfC2gD+IUnIl8qut/eA vEJopVTU0ffnA3PS5JQBBj2f1PKn9AY= =XOjZ -----END PGP SIGNATURE-----