rocrtst: set HSA_ENABLE_INTERRUPT after TestExample creation (#2687)
Signed-off-by: Horatio Zhang <Hongkun.Zhang@amd.com> Co-authored-by: cfreeamd <166262151+cfreeamd@users.noreply.github.com>
此提交包含在:
@@ -136,8 +136,8 @@ TEST(rocrtst, Test_Example) {
|
||||
}
|
||||
|
||||
TEST(rocrtst, Test_Example_InterruptDisabled) {
|
||||
rocrtst::SetEnv("HSA_ENABLE_INTERRUPT", "0");
|
||||
TestExample tst;
|
||||
rocrtst::SetEnv("HSA_ENABLE_INTERRUPT", "0");
|
||||
RunGenericTest(&tst);
|
||||
}
|
||||
|
||||
|
||||
新增問題並參考
封鎖使用者