[Gambas-bugtracker] Bug #2683: Test plan wrong count with JIT enabled

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Jan 13 19:36:09 CET 2023


http://gambaswiki.org/bugtracker/edit?object=BUG.2683&from=L21haW4-

Christof THALHOFER reported a new bug.

Summary
-------

Test plan wrong count with JIT enabled

Type             : Bug
Priority         : Medium
Gambas version   : Unknown
Product          : Unknown


Description
-----------

In Gambas root dir call:

cd app/src/gambas3-selftest ; GB_JIT_CFLAGS=-O0 gbx3 -T "GambasSelftests.IntegerOverflows"

This will run the test with JIT enabled and will complain about wrong planned tests:

# 1 test plans failed:
# 3:  -- GambasSelftests.IntegerOverflows : Planned 7 but ran 8

...............

If the same test is run without JIT:

cd app/src/gambas3-selftest ; gbx3 -j -T "GambasSelftests.IntegerOverflows"

It doesn't complain about wrong plan.


System information
------------------

-




More information about the Bugtracker mailing list