Jelajahi Sumber

fix: panic test case test_task_wdt

Fu Hanxi 3 tahun lalu
induk
melakukan
d2aae6d53a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tools/test_apps/system/panic/pytest_panic.py

+ 1 - 1
tools/test_apps/system/panic/pytest_panic.py

@@ -50,7 +50,7 @@ def common_test(dut: PanicTestDut, config: str, expected_backtrace: Optional[Lis
 def test_task_wdt(dut: PanicTestDut, config: str, test_func_name: str) -> None:
     dut.expect_test_func_name(test_func_name)
     dut.expect_exact(
-        'Task watchdog got triggered. The following tasks did not reset the watchdog in time:'
+        'Task watchdog got triggered. The following tasks/users did not reset the watchdog in time:'
     )
     dut.expect_exact('CPU 0: main')
     dut.expect(r'abort\(\) was called at PC [0-9xa-f]+ on core 0')