Unit test for vector

This commit is contained in:
2026-02-07 22:25:32 -05:00
parent 6f4fc75b66
commit 3edd23996e
11 changed files with 201 additions and 63 deletions

15
test.txt Normal file
View File

@@ -0,0 +1,15 @@
--- Launching JulietApp.exe ---
Platform: x64Clang
Config: Debug
Running Paged Memory Arena Tests...
[2026-02-08 02:56:49.1217020] Allocating from W:\Classified\Juliet\Juliet\src\Core\Memory\MemoryArenaTests.cpp : 23l
[2026-02-08 02:56:49.1220553] Allocating from W:\Classified\Juliet\Juliet\src\Core\Memory\MemoryArena.cpp : 99l
[Success] Arena Pop
All Paged MemoryArena tests passed.
[2026-02-08 02:56:49.1319769] Starting Unit Tests...
[2026-02-08 02:56:49.1320761] Allocating from Juliet/include\Core/Container/Vector.h : 19l
[2026-02-08 02:56:49.1321474] --- ASSERTION FAILED ---
[2026-02-08 02:56:49.1321999] Expression: vec[0] == 30
[2026-02-08 02:56:49.1322519] Message: No additional information provided.
[2026-02-08 02:56:49.1323083] Location: W:\Classified\Juliet\Juliet\src\UnitTest\Container\VectorUnitTest.cpp(45): void __cdecl Juliet::VectorUnitTest(void)
[2026-02-08 02:56:49.1323588] -------------------------