[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gambas 3.20.0 on debian i386 problem


Ok,

Seems I finally manged. I did as follows:
1. On VM amd64 with installed gambas 3.20, I opened gambas 3.20.0 'gambas3-selftest' from source in IDE
2. I created an executable 'gambas3-selftest.gambas'
3. On VM i386 with installed gambas 3.20.0, I run gambas3-selftest.gambas (see screen)

succes.png

Attached is the produced log. Hope it will give some insight.


Sent with Proton Mail secure email.
1..34

Test CrashMyTests.CCCrash
  not ok 1 - ?: CrashMyTests.CCCrash crashed with error 'Division by zero' in 'CrashMyTests.CCCrash.8'
  1..1
not ok 1 - CrashMyTests.CCCrash

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 2 - Errorhandling.GeneralError

Test FileReadWrite.FileReadWrite
  ok 1 - mFileReadWrite.RWTest.105: Timer 1
  ok 2 - mFileReadWrite.RWTest.119: Timer 2
  ok 3 - mFileReadWrite.RWTest.135: Seek Read
  1..3
ok 3 - FileReadWrite.FileReadWrite

Test FileReadWrite.ReadUrandom
  ok 1 - mFileReadWrite.ReadUrandom.71: ReadUrandom
  1..1
ok 4 - FileReadWrite.ReadUrandom

Test FileReadWrite.ReadZero
  ok 1 - mFileReadWrite.ReadDevZero.40: Read from /dev/zero
  1..1
ok 5 - FileReadWrite.ReadZero

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 6 - GambasSelftests.FastTests

Test GambasSelftests.HighestInteger
  not ok 1 - ?: GambasSelftests.HighestInteger crashed with error 'Unknown symbol 'HighestInteger' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 7 - GambasSelftests.HighestInteger

Test GambasSelftests.HighestLong
  not ok 1 - ?: GambasSelftests.HighestLong crashed with error 'Unknown symbol 'HighestLong' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 8 - GambasSelftests.HighestLong

Test GambasSelftests.HighestShort
  not ok 1 - ?: GambasSelftests.HighestShort crashed with error 'Unknown symbol 'HighestShort' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 9 - GambasSelftests.HighestShort

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
ok 10 - GambasSelftests.IntegerOverflows

Test GambasSelftests.IntegerOverflowsUnsafe
  1..6
  # Short Unsafe Overflow
  ok 1 - GambasSelftests.IntegerOverflowsUnsafe.2388: 
  # Integer Unsafe Overflow
  ok 2 - GambasSelftests.IntegerOverflowsUnsafe.2392: 
  # Long Unsafe Overflow
  ok 3 - GambasSelftests.IntegerOverflowsUnsafe.2396: 
  # Short Unsafe Underflow
  ok 4 - GambasSelftests.IntegerOverflowsUnsafe.2400: 
  # Integer Unsafe Underflow
  ok 5 - GambasSelftests.IntegerOverflowsUnsafe.2404: 
  # Long Unsafe Underflow
  ok 6 - GambasSelftests.IntegerOverflowsUnsafe.2408: 
ok 11 - GambasSelftests.IntegerOverflowsUnsafe

Test GambasSelftests.LowestInteger
  not ok 1 - ?: GambasSelftests.LowestInteger crashed with error 'Unknown symbol 'LowestInteger' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 12 - GambasSelftests.LowestInteger

Test GambasSelftests.LowestLong
  not ok 1 - ?: GambasSelftests.LowestLong crashed with error 'Unknown symbol 'LowestLong' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 13 - GambasSelftests.LowestLong

Test GambasSelftests.LowestShort
  not ok 1 - ?: GambasSelftests.LowestShort crashed with error 'Unknown symbol 'LowestShort' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 14 - GambasSelftests.LowestShort

Test GambasSelftests.TCatch
Division by zero
  ok 1 - GambasSelftests.TCatch.2276: division 0
  1..1
ok 15 - 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 16 - GambasSelftests.TError

Test GambasSelftests.TVal
  not ok 1 - GambasSelftests.TVal.2255: Val Date Standard
  #
  # ------------- Expected -------------
  # 02/01/2025 23:44:47
  #
  # ---------------- Got ---------------
  # 02/01/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 17 - GambasSelftests.TVal

Test GambasSelftests.bArray
  not ok 1 - ?: GambasSelftests.bArray crashed with error 'Unknown symbol 'bArray' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 18 - GambasSelftests.bArray

Test GambasSelftests.bbb
  not ok 1 - ?: GambasSelftests.bbb crashed with error 'Unknown symbol 'bbb' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 19 - GambasSelftests.bbb

Test GambasSelftests.gDay
  not ok 1 - ?: GambasSelftests.gDay crashed with error 'Unknown symbol 'gDay' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 20 - GambasSelftests.gDay

Test GambasSelftests.gHour
  not ok 1 - ?: GambasSelftests.gHour crashed with error 'Unknown symbol 'gHour' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 21 - GambasSelftests.gHour

Test GambasSelftests.hChild
  not ok 1 - ?: GambasSelftests.hChild crashed with error 'Unknown symbol 'hChild' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 22 - GambasSelftests.hChild

Test GambasSelftests.hFormForEvent
  not ok 1 - ?: GambasSelftests.hFormForEvent crashed with error 'Unknown symbol 'hFormForEvent' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 23 - GambasSelftests.hFormForEvent

Test GambasSelftests.kkX
  not ok 1 - ?: GambasSelftests.kkX crashed with error 'Unknown symbol 'kkX' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 24 - GambasSelftests.kkX

Test GambasSelftests.kkY
  not ok 1 - ?: GambasSelftests.kkY crashed with error 'Unknown symbol 'kkY' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 25 - GambasSelftests.kkY

Test GambasSelftests.sPublic
  not ok 1 - ?: GambasSelftests.sPublic crashed with error 'Unknown symbol 'sPublic' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 26 - GambasSelftests.sPublic

Test GambasSelftests.timo
  not ok 1 - ?: GambasSelftests.timo crashed with error 'Unknown symbol 'timo' in class 'Class'' in '[gb.test].TestCase.Run.48'
  1..1
not ok 27 - GambasSelftests.timo

Test LocalStaticFun.CountALot
  ok 1 - LocalStaticFun.CountALot.67: count to 32000
  1..1
ok 28 - 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 29 - 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 30 - LocalStaticFun.SwingDoor

Test OldBugs.BugSingleToInt
  ok 1 - OldBugs.BugSingleToInt.10: 
  ok 2 - OldBugs.BugSingleToInt.11: 
  1..2
ok 31 - 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 32 - OldBugs.BugStringToFloatConversion

Test SlowThousandsProcs.FewThousandProcesses
  ok 1 - SlowThousandsProcs.FewThousandProcesses.63: A couple of 1000 processes
  1..1
ok 33 - SlowThousandsProcs.FewThousandProcesses

Test Timers.Timers
  ok 1 - Timers.Timers.21: LRT 1
  ok 2 - Timers.Timers.22: LRT 2
  ok 3 - Timers.Timers.42: LRT 3
  ok 4 - Timers.Timers.43: LRT 4
  ok 5 - Timers.Timers.60: LRT 5
  ok 6 - Timers.Timers.61: LRT 6
  1..6
ok 34 - Timers.Timers

# Ran '' 
#
# 20 tests failed:
# 1: ? -- CrashMyTests.CCCrash crashed with error 'Division by zero' in 'CrashMyTests.CCCrash.8'
# 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.HighestInteger crashed with error 'Unknown symbol 'HighestInteger' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.HighestLong crashed with error 'Unknown symbol 'HighestLong' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.HighestShort crashed with error 'Unknown symbol 'HighestShort' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.LowestInteger crashed with error 'Unknown symbol 'LowestInteger' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.LowestLong crashed with error 'Unknown symbol 'LowestLong' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.LowestShort crashed with error 'Unknown symbol 'LowestShort' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: GambasSelftests.TVal.2255 -- Val Date Standard
# 2: GambasSelftests.TVal.2258 -- Str-Val
# 1: ? -- GambasSelftests.bArray crashed with error 'Unknown symbol 'bArray' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.bbb crashed with error 'Unknown symbol 'bbb' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.gDay crashed with error 'Unknown symbol 'gDay' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.gHour crashed with error 'Unknown symbol 'gHour' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.hChild crashed with error 'Unknown symbol 'hChild' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.hFormForEvent crashed with error 'Unknown symbol 'hFormForEvent' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.kkX crashed with error 'Unknown symbol 'kkX' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.kkY crashed with error 'Unknown symbol 'kkY' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.sPublic crashed with error 'Unknown symbol 'sPublic' in class 'Class'' in '[gb.test].TestCase.Run.48'
# 1: ? -- GambasSelftests.timo crashed with error 'Unknown symbol 'timo' in class 'Class'' in '[gb.test].TestCase.Run.48'
#
# FAILED

References:
Re: gambas 3.20.0 on debian i386 problemChristof Thalhofer <chrisml@xxxxxxxxxxx>
Re: gambas 3.20.0 on debian i386 problemgbWilly <gbWilly@xxxxxxxxxxxxxx>