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

Workflow #27

Merged
merged 58 commits into from
Dec 19, 2024

Merge branch 'develop' into workflow

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

Workflow #27

Merge branch 'develop' into workflow
6f7ab21
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report Debug succeeded Dec 19, 2024 in 1s

69 passed, 0 failed and 0 skipped

Tests passed successfully

✅ testoutput.xml

69 tests were completed in 16ms with 69 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BufferTest 1✅ 0ms
BufferTest/BufferTestFixture 28✅ 5ms
HashTest 2✅ 0ms
LayerStackTest 4✅ 0ms
RefTest 7✅ 1ms
ScopedBufferTest 1✅ 0ms
ScopedBufferTest/ScopedBufferTestFixture 12✅ 2ms
UUIDTest 2✅ 0ms
UUIDTest/UUIDTestFixture 8✅ 1ms
WindowTest 4✅ 0ms

✅ BufferTest

BufferTest
  ✅ ZeroInitialize

✅ BufferTest/BufferTestFixture

BufferTest/BufferTestFixture
  ✅ Constructor/0
  ✅ Constructor/1
  ✅ Constructor/2
  ✅ Constructor/3
  ✅ Allocate/0
  ✅ Allocate/1
  ✅ Allocate/2
  ✅ Allocate/3
  ✅ Release/0
  ✅ Release/1
  ✅ Release/2
  ✅ Release/3
  ✅ Copy_Buffer/0
  ✅ Copy_Buffer/1
  ✅ Copy_Buffer/2
  ✅ Copy_Buffer/3
  ✅ Copy_DataAndSize/0
  ✅ Copy_DataAndSize/1
  ✅ Copy_DataAndSize/2
  ✅ Copy_DataAndSize/3
  ✅ Copy_VoidDataAndSize/0
  ✅ Copy_VoidDataAndSize/1
  ✅ Copy_VoidDataAndSize/2
  ✅ Copy_VoidDataAndSize/3
  ✅ SetData/0
  ✅ SetData/1
  ✅ SetData/2
  ✅ SetData/3

✅ HashTest

HashTest
  ✅ GenerateFnv_String
  ✅ GenerateFnv_Buffer

✅ LayerStackTest

LayerStackTest
  ✅ PushLayer
  ✅ PopLayer
  ✅ PushOverlay
  ✅ PopOverlay

✅ RefTest

RefTest
  ✅ Constructor
  ✅ Destructor
  ✅ CopyConstructor
  ✅ CopyAssignment
  ✅ MoveConstructor
  ✅ MoveAssignment
  ✅ CastToPolymorphicType

✅ ScopedBufferTest

ScopedBufferTest
  ✅ Constructor

✅ ScopedBufferTest/ScopedBufferTestFixture

ScopedBufferTest/ScopedBufferTestFixture
  ✅ Constructor_Int/0
  ✅ Constructor_Int/1
  ✅ Constructor_Int/2
  ✅ Constructor_Int/3
  ✅ Constructor_Buffer/0
  ✅ Constructor_Buffer/1
  ✅ Constructor_Buffer/2
  ✅ Constructor_Buffer/3
  ✅ SetData/0
  ✅ SetData/1
  ✅ SetData/2
  ✅ SetData/3

✅ UUIDTest

UUIDTest
  ✅ Constructor
  ✅ Constructor_Zero

✅ UUIDTest/UUIDTestFixture

UUIDTest/UUIDTestFixture
  ✅ Constructor_UInt64/0
  ✅ Constructor_UInt64/1
  ✅ Constructor_UInt64/2
  ✅ Constructor_UInt64/3
  ✅ Constructor_Copy/0
  ✅ Constructor_Copy/1
  ✅ Constructor_Copy/2
  ✅ Constructor_Copy/3

✅ WindowTest

WindowTest
  ✅ ConstructorWithSpecification
  ✅ Init
  ✅ Shutdown
  ✅ ProcessEvents