Cleanup after datablock tests #89
GitHub Actions / Linux Test Results
failed
Sep 16, 2023 in 1s
61 passed, 1 failed and 0 skipped
❌ My Projects/Torque3D/game/test_detail.xml
62 tests were completed in 7s with 61 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
ConsoleTest | 2✔️ | 1ms | ||
DatablockTest | 3✔️ | 1ms | ||
EngineAPITest | 4✔️ | 3ms | ||
Mutex | 1✔️ | 0ms | ||
PlatformFileIOTest | 5✔️ | 1s | ||
PlatformTimerTest | 3✔️ | 2s | ||
PlatformTypesTest | 3✔️ | 0ms | ||
PlatformWindowManagerSDLTest | 5✔️ | 0ms | ||
Profiler | 2✔️ | 0ms | ||
RunTimeClassRepTest | 1✔️ | 0ms | ||
ScriptTest | 20✔️ | 44ms | ||
Semaphore | 2✔️ | 0ms | ||
ThreadPool | 3✔️ | 2s | ||
ThreadSafeDeque | 2✔️ | 1❌ | 3s | |
ThreadSafePriorityQueue | 2✔️ | 1ms | ||
ThreadTest | 2✔️ | 1ms | ||
TorqueScriptFixture | 1✔️ | 0ms |
✔️ ConsoleTest
✔️ executef
✔️ execute
✔️ DatablockTest
✔️ Datablocks_Can_Be_Overridden
✔️ Datablocks_Must_Not_Change_Type
✔️ Datablock_Can_Substitute_String
✔️ EngineAPITest
✔️ EngineMarshallData
✔️ EngineUnMarshallData
✔️ _EngineConsoleCallbackHelper
✔️ _EngineConsoleExecCallbackHelper
✔️ Mutex
✔️ BasicSynchronization
✔️ PlatformFileIOTest
✔️ ExcludedDirectories
✔️ CreateTest
✔️ CreateTimeTest
✔️ ModifyTimesTest
✔️ DeleteFileTest
✔️ 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
/home/runner/work/Torque3D/Torque3D/Engine/source/testing/threadSafeDequeTest.cpp:67
✔️ ThreadSafePriorityQueue
✔️ Serial
✔️ Concurrent
✔️ ThreadTest
✔️ CallbackAPI
✔️ InheritanceAPI
✔️ TorqueScriptFixture
✔️ MyTest
Annotations
Check failure on line 0 in My Projects/Torque3D/game/test_detail.xml
github-actions / Linux Test Results
ThreadSafeDeque ► Concurrent
Failed test found in:
My Projects/Torque3D/game/test_detail.xml
Error:
/home/runner/work/Torque3D/Torque3D/Engine/source/testing/threadSafeDequeTest.cpp:67
Raw output
/home/runner/work/Torque3D/Torque3D/Engine/source/testing/threadSafeDequeTest.cpp:67
Expected equality of these values:
outValue->mIndex
Which is: 2
mPopIndex
Which is: 1
index out of line
Loading