Skip to content

feat: support empty components #101

feat: support empty components

feat: support empty components #101

GitHub Actions / Test Results failed Sep 13, 2024 in 0s

1 fail, 49 pass in 6m 36s

50 tests  +50   49 ✅ +49   6m 36s ⏱️ + 6m 36s
 1 suites + 1    0 💤 ± 0 
 1 files   + 1    1 ❌ + 1 

Results for commit f0d69e4. ± Comparison against earlier commit cbbd8ca.

Annotations

Check warning on line 0 in tests.cmake.test_cmake.TestCmake

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_cmake_common_cmake (tests.cmake.test_cmake.TestCmake) failed

out/test-report.xml [took 0s]
Raw output
AssertionError: assert 0 == 1
 +  where 1 = <bound method TestCmake.run_cmake_unit_test of <tests.cmake.test_cmake.TestCmake object at 0x00000215CB8F66D0>>('common.cmake')
 +    where <bound method TestCmake.run_cmake_unit_test of <tests.cmake.test_cmake.TestCmake object at 0x00000215CB8F66D0>> = <tests.cmake.test_cmake.TestCmake object at 0x00000215CB8F66D0>.run_cmake_unit_test
self = <tests.cmake.test_cmake.TestCmake object at 0x00000215CB8F66D0>

    def test_cmake_common_cmake(self):
>       assert 0 == self.run_cmake_unit_test("common.cmake")
E       AssertionError: assert 0 == 1
E        +  where 1 = <bound method TestCmake.run_cmake_unit_test of <tests.cmake.test_cmake.TestCmake object at 0x00000215CB8F66D0>>('common.cmake')
E        +    where <bound method TestCmake.run_cmake_unit_test of <tests.cmake.test_cmake.TestCmake object at 0x00000215CB8F66D0>> = <tests.cmake.test_cmake.TestCmake object at 0x00000215CB8F66D0>.run_cmake_unit_test

tests\cmake\test_cmake.py:34: AssertionError
--------------------------------- Captured Log ---------------------------------

--------------------------------- Captured Out ---------------------------------
New clean test directory created: D:\a\spl-core\spl-core\out\test_cmake
Execute: cmake -S tests\cmake\common.cmake -B D:\a\spl-core\spl-core\out\test_cmake\common.cmake -G Ninja --log-level=DEBUG
--------------------------------- Captured Err ---------------------------------