Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various GUI class tweaks for Nils' UI work #1078

Merged

Merge branch 'development' of https://github.com/TorqueGameEngines/To…

24c758d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Various GUI class tweaks for Nils' UI work #1078

Merge branch 'development' of https://github.com/TorqueGameEngines/To…
24c758d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Windows Test Results succeeded Sep 5, 2023 in 0s

60 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ My Projects/Torque3D/game/test_detail.xml

60 tests were completed in 4s with 60 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ConsoleTest 2✔️ 1ms
EngineAPITest 4✔️ 1ms
Mutex 1✔️ 0ms
PlatformFileIOTest 6✔️ 1s
PlatformTimerTest 3✔️ 2s
PlatformTypesTest 3✔️ 0ms
PlatformWindowManagerSDLTest 5✔️ 0ms
Profiler 2✔️ 0ms
RunTimeClassRepTest 1✔️ 0ms
ScriptTest 20✔️ 40ms
Semaphore 2✔️ 1ms
ThreadPool 3✔️ 2s
ThreadSafeDeque 3✔️ 1ms
ThreadSafePriorityQueue 2✔️ 1ms
ThreadTest 2✔️ 0ms
TorqueScriptFixture 1✔️ 1ms

✔️ ConsoleTest

✔️ executef
✔️ execute

✔️ EngineAPITest

✔️ EngineMarshallData
✔️ EngineUnMarshallData
✔️ _EngineConsoleCallbackHelper
✔️ _EngineConsoleExecCallbackHelper

✔️ Mutex

✔️ BasicSynchronization

✔️ PlatformFileIOTest

✔️ ExcludedDirectories
✔️ CreateTest
✔️ CreateTimeTest
✔️ ModifyTimesTest
✔️ DeleteFileTest
✔️ Volumes

✔️ PlatformTimerTest

✔️ AdvanceTime
✔️ Sleep
✔️ BasicAPI

✔️ PlatformTypesTest

✔️ Sizes
✔️ EndianConversion
✔️ EndianSwap

✔️ PlatformWindowManagerSDLTest

✔️ Constructor
✔️ PrimaryRectTest
✔️ MonitorRectsValid
✔️ MonitorRectsAtLeastOne
✔️ MonitorRectsOverflow

✔️ Profiler

✔️ ProfileStartEnd
✔️ ProfileScope

✔️ RunTimeClassRepTest

✔️ RuntimeClassRep

✔️ ScriptTest

✔️ Basic_Arithmetic
✔️ Complex_Arithmetic
✔️ Basic_Concatination
✔️ Basic_Global_Variable_Tests
✔️ Variable_Chaining_And_Usage
✔️ Basic_Function_Call_And_Local_Variable_Testing
✔️ Basic_Conditional_Statements
✔️ Basic_Loop_Statements
✔️ ForEachLoop
✔️ TorqueScript_Array_Testing
✔️ SimObject_Tests
✔️ Internal_Name
✔️ Basic_Package
✔️ Sugar_Syntax
✔️ InnerObjectTests
✔️ MiscTesting
✔️ RegressionInt
✔️ RegressionFloat
✔️ RegressionBool
✔️ RegressionString

✔️ Semaphore

✔️ BasicSynchronization
✔️ MultiThreadSynchronization

✔️ ThreadPool

✔️ BasicAPI
✔️ Asynchronous
✔️ Synchronous

✔️ ThreadSafeDeque

✔️ PopFront
✔️ PopBack
✔️ Concurrent

✔️ ThreadSafePriorityQueue

✔️ Serial
✔️ Concurrent

✔️ ThreadTest

✔️ CallbackAPI
✔️ InheritanceAPI

✔️ TorqueScriptFixture

✔️ MyTest