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

Tweaks some of the handling for timestamp stuff #1076

Removed the extra timestamp formatting change

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

Tweaks some of the handling for timestamp stuff #1076

Removed the extra timestamp formatting change
2a7965d
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Windows Test Results succeeded Sep 5, 2023 in 2s

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✔️ 31ms
Semaphore 2✔️ 0ms
ThreadPool 3✔️ 2s
ThreadSafeDeque 3✔️ 0ms
ThreadSafePriorityQueue 2✔️ 0ms
ThreadTest 2✔️ 0ms
TorqueScriptFixture 1✔️ 0ms

✔️ 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