Expected behavior
TargetCreation.DeduplicateKeys test should pass.
Actual behavior
TargetCreation.DeduplicateKeys test fails on aarch64:
[21266s] 42/118 Test #38: TargetCreation.DeduplicateKeys ..........................................***Failed 0.09 sec
[21266s] Running main() from /home/abuild/rpmbuild/BUILD/googletest-1.17.0-build/googletest-1.17.0/googletest/src/gtest_main.cc
[21266s] Note: Google Test filter = TargetCreation.DeduplicateKeys
[21266s] [==========] Running 1 test from 1 test suite.
[21266s] [----------] Global test environment set-up.
[21266s] [----------] 1 test from TargetCreation
[21266s] [ RUN ] TargetCreation.DeduplicateKeys
[21266s] unknown file: Failure
[21266s] C++ exception with description "Check failed: target->attrs.size() == 2U (9 vs. 2) : " thrown in the test body.
[21266s]
[21266s] [ FAILED ] TargetCreation.DeduplicateKeys (51 ms)
[21266s] [----------] 1 test from TargetCreation (51 ms total)
[21266s]
[21266s] [----------] Global test environment tear-down
[21266s] [==========] 1 test from 1 test suite ran. (51 ms total)
[21266s] [ PASSED ] 0 tests.
[21266s] [ FAILED ] 1 test, listed below:
[21266s] [ FAILED ] TargetCreation.DeduplicateKeys
[21266s]
[21266s] 1 FAILED TEST
Environment
OS: openSUSE Tumbleweed aarch64
TVM: 0.24.0
TVM-FFI: 0.1.11
Steps to reproduce
Build and run tests on openSUSE Tumbleweed aarch64
Triage
Expected behavior
TargetCreation.DeduplicateKeystest should pass.Actual behavior
TargetCreation.DeduplicateKeystest fails on aarch64:Environment
OS: openSUSE Tumbleweed aarch64
TVM: 0.24.0
TVM-FFI: 0.1.11
Steps to reproduce
Build and run tests on openSUSE Tumbleweed aarch64
Triage