[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gambas 3.20.0 on debian i386 problem
[Thread Prev] | [Thread Next]
- Subject: Re: gambas 3.20.0 on debian i386 problem
- From: gbWilly <gbWilly@xxxxxxxxxxxxxx>
- Date: Sun, 02 Feb 2025 22:00:34 +0000
- Cc: user@xxxxxxxxxxxxxxxxxxxxxx
On Sunday, February 2nd, 2025 at 19:50, Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> wrote: > I need to install a VM with the same system to debug. Pfff. > > Before that, can you run the tests with JIT compiler disabled? > > Just add 'GB_NO_JIT=1' before the command line. > > $ GB_NO_JIT=1 gbr3 -T '@Fast' gambas3-selftest.gambas I run: $ GB_NO_JIT=1 gbr3 -T '@Fast' gambas3-selftest.gambas >> Test2-i386.log Log is attached. Regards, gbWilly
1..12 Test Errorhandling.GeneralError ok 1 - Errorhandling.GeneralError.8: ok 2 - Errorhandling.GeneralError.9: ok 3 - Errorhandling.GeneralError.10: ok 4 - Errorhandling.GeneralError.11: ok 5 - Errorhandling.GeneralError.16: Error cleared Null ok 6 - Errorhandling.GeneralError.17: Error cleared Null ok 7 - Errorhandling.GeneralError.18: Error cleared 0 ok 8 - Errorhandling.GeneralError.19: Error.Class should not exist after Error.Clear ok 9 - Errorhandling.GeneralError.25: Error catched 1..9 ok 1 - Errorhandling.GeneralError Test GambasSelftests.FastTests not ok 1 - ?: GambasSelftests.FastTests crashed with error 'Cannot open source file for testing! Test must be executed from GambasTest project root folder.' in 'GambasSelftests.FastTests.158' 1..1 not ok 2 - GambasSelftests.FastTests Test GambasSelftests.IntegerOverflows 1..7 ok 1 - GambasSelftests.IntegerOverflows.2318: Expect System.IgnoreOverflow beeing False # Short Overflow ok 2 - GambasSelftests.IntegerOverflows.2322: Short overflow error # Integer Overflow ok 3 - GambasSelftests.IntegerOverflows.2326: Int overflow error # Long Overflow ok 4 - GambasSelftests.IntegerOverflows.2330: Long overflow error # Short Underflow ok 5 - GambasSelftests.IntegerOverflows.2334: Short underflow error # Integer Underflow ok 6 - GambasSelftests.IntegerOverflows.2338: Int underflow error # Long Underflow ok 7 - GambasSelftests.IntegerOverflows.2342: Long underflow error # Ignore Short Overflow # Ignore Integer Overflow # Ignore Long Overflow # Ignore Short Underflow # Ignore Integer Underflow # Ignore Long Underflow ok 3 - GambasSelftests.IntegerOverflows Test GambasSelftests.IntegerOverflowsUnsafe # Jit disabled 1..1 ok 1 - GambasSelftests.IntegerOverflowsUnsafe.2414: useless test, otherwise gb.test reports a failure ok 4 - GambasSelftests.IntegerOverflowsUnsafe Test GambasSelftests.TCatch Division by zero ok 1 - GambasSelftests.TCatch.2276: division 0 1..1 ok 5 - GambasSelftests.TCatch Test GambasSelftests.TError ok 1 - GambasSelftests.TError.2288: Error.Code > 0 ok 2 - GambasSelftests.TError.2289: Error.Text not null ok 3 - GambasSelftests.TError.2290: Test Error happened ok 4 - GambasSelftests.TError.2295: Error.Code = 0 ok 5 - GambasSelftests.TError.2296: Error.Text Null ok 6 - GambasSelftests.TError.2297: Error.Where Null 1..6 ok 6 - GambasSelftests.TError Test GambasSelftests.TVal not ok 1 - GambasSelftests.TVal.2255: Val Date Standard # # ------------- Expected ------------- # 02/02/2025 21:56:28 # # ---------------- Got --------------- # 02/02/2025 # ------------------------------------ # not ok 2 - GambasSelftests.TVal.2258: Str-Val # # ------------- Expected ------------- # 3.14 # # ---------------- Got --------------- # 0 # ------------------------------------ # ok 3 - GambasSelftests.TVal.2259: Val -25 ok 4 - GambasSelftests.TVal.2260: Val string representing hex number ok 5 - GambasSelftests.TVal.2261: Val "True" ok 6 - GambasSelftests.TVal.2262: Val "False" ok 7 - GambasSelftests.TVal.2263: Val "Gambas" is Null 1..7 not ok 7 - GambasSelftests.TVal Test LocalStaticFun.CountALot ok 1 - LocalStaticFun.CountALot.67: count to 32000 1..1 ok 8 - LocalStaticFun.CountALot Test LocalStaticFun.Saysth ok 1 - LocalStaticFun.Saysth.53: I ok 2 - LocalStaticFun.Saysth.54: love ok 3 - LocalStaticFun.Saysth.55: Gambas 1..3 ok 9 - LocalStaticFun.Saysth Test LocalStaticFun.SwingDoor ok 1 - LocalStaticFun.SwingDoor.41: Door must be closed ok 2 - LocalStaticFun.SwingDoor.42: Open door ok 3 - LocalStaticFun.SwingDoor.43: Door must be open ok 4 - LocalStaticFun.SwingDoor.44: Close door ok 5 - LocalStaticFun.SwingDoor.45: Door must be closed 1..5 ok 10 - LocalStaticFun.SwingDoor Test OldBugs.BugSingleToInt ok 1 - OldBugs.BugSingleToInt.10: ok 2 - OldBugs.BugSingleToInt.11: 1..2 ok 11 - OldBugs.BugSingleToInt Test OldBugs.BugStringToFloatConversion ok 1 - OldBugs.BugStringToFloatConversion.24: ok 2 - OldBugs.BugStringToFloatConversion.25: ok 3 - OldBugs.BugStringToFloatConversion.28: ok 4 - OldBugs.BugStringToFloatConversion.29: 1..4 ok 12 - OldBugs.BugStringToFloatConversion # Ran 'Testsuite: Fast' # # 3 tests failed: # 1: ? -- GambasSelftests.FastTests crashed with error 'Cannot open source file for testing! Test must be executed from GambasTest project root folder.' in 'GambasSelftests.FastTests.158' # 1: GambasSelftests.TVal.2255 -- Val Date Standard # 2: GambasSelftests.TVal.2258 -- Str-Val # # FAILED
Re: gambas 3.20.0 on debian i386 problem | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: gambas 3.20.0 on debian i386 problem | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
Re: gambas 3.20.0 on debian i386 problem | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: gambas 3.20.0 on debian i386 problem | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
Re: gambas 3.20.0 on debian i386 problem | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: gambas 3.20.0 on debian i386 problem | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |