From 4e41dc1eb238e65fcb06a260a7e5c1b172eae120 Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Tue, 26 Apr 2016 17:07:04 -0500 Subject: Mark fapi2::modifyRing() for future story. Change-Id: Ie5fc859c6b59778af572bbb4aab55c965edb4e76 RTC:126630 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23703 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Martin Gloff Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/test/fapi2HwAccessTest.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/fapi2/test/fapi2HwAccessTest.H') diff --git a/src/usr/fapi2/test/fapi2HwAccessTest.H b/src/usr/fapi2/test/fapi2HwAccessTest.H index 8d7422f7f..8241c0cd3 100644 --- a/src/usr/fapi2/test/fapi2HwAccessTest.H +++ b/src/usr/fapi2/test/fapi2HwAccessTest.H @@ -169,6 +169,8 @@ void test_fapi2HwAccess() TS_FAIL("No error from p9_ringtest_getring_fail !!"); numFails++; } + +#if 0 // TODO-RTC:151428 - need simics support for these to pass numTests++; FAPI_INVOKE_HWP(l_errl, p9_ringtest_modring_fail, fapi2_procTarget); if(l_errl != NULL) @@ -181,7 +183,6 @@ void test_fapi2HwAccess() numFails++; } -#if 0 // TODO-RTC:151428 - need simics support for these to pass numTests++; FAPI_INVOKE_HWP(l_errl, p9_ringtest_getring_pass, fapi2_procTarget); if (l_errl) -- cgit v1.2.3