Passes now that HVX raises NO_COPROC_ENABLE when SSR:XE is clear.
Reviewed-by: Marco Liebel <[email protected]>
Signed-off-by: Brian Cain <[email protected]>
---
tests/functional/hexagon/test_arch_tests.py | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/functional/hexagon/test_arch_tests.py
b/tests/functional/hexagon/test_arch_tests.py
index 5d7ce487436..f73c1f42bf0 100755
--- a/tests/functional/hexagon/test_arch_tests.py
+++ b/tests/functional/hexagon/test_arch_tests.py
@@ -98,6 +98,13 @@ def test_user_mode(self) -> None:
"""
self.run_uart_test("test_user_mode")
+ def test_hvx_context(self) -> None:
+ """Tests the HVX coprocessor context: SSR XA context selection
+ and isolation, vsplat/store, and the NO_COPROC_ENABLE exception
+ raised when SSR:XE is clear.
+ """
+ self.run_uart_test("test_hvx_context")
+
if __name__ == "__main__":
QemuSystemTest.main()
--
2.34.1