Hey there,
I’m new to TVM, just checked out v0.8 branch and followed the instructions to build the source and run the unit tests with “./tests/scripts/task_cpp_unittest.sh”
96% tests passed, 7 tests failed out of 178
Total Test time (real) = 33.02 sec
The following tests FAILED:
9 - InplaceArrayBase.BadExceptionSafety (SEGFAULT)
10 - InplaceArrayBase.ExceptionSafety (SEGFAULT)
116 - Relay.OutOfStack_add (SEGFAULT)
117 - Relay.OutOfStack_cast (SEGFAULT)
118 - Relay.OutOfStack_packed_func (SEGFAULT)
122 - Relay.OutOfStackLet (SEGFAULT)
124 - Relay.LargeGraphPrint (SEGFAULT)
I noticed all these tests have ASSERT_EXIT blob in it, likely it is something wrong with my environment setup, any idea how to fix this?
Thanks!