summaryrefslogtreecommitdiffstats
path: root/src/usr/mmio
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-06-13 08:31:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-13 11:49:30 -0500
commit3e49ebe43fe8e19ca1bde212e0fcc2e7863bcdac (patch)
tree48ff48985a5d6bf6beaeede5d503548ec7a888a1 /src/usr/mmio
parent9efb5475e01915a6da70b5eb2d159da33547a4b6 (diff)
downloadblackbird-hostboot-3e49ebe43fe8e19ca1bde212e0fcc2e7863bcdac.tar.gz
blackbird-hostboot-3e49ebe43fe8e19ca1bde212e0fcc2e7863bcdac.zip
Temporarily disable testExplrMMIO bad write test
Disabling due to intermittent CI failures Change-Id: Ice33a92564017251a967051d14d932ee30ee5e5b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78896 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/mmio')
-rw-r--r--src/usr/mmio/test/mmiotest.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/mmio/test/mmiotest.H b/src/usr/mmio/test/mmiotest.H
index 7d2422b98..30199e1a1 100644
--- a/src/usr/mmio/test/mmiotest.H
+++ b/src/usr/mmio/test/mmiotest.H
@@ -56,7 +56,7 @@ class MmioTest : public CxxTest::TestSuite
*/
void testExplrMMIO(void)
{
- TS_INFO("testExplrMMIO> Start" );
+ TS_INFO("testExplrMMIO> Start" );
errlHndl_t l_err = nullptr;
uint32_t regdata4 = 0;
@@ -164,6 +164,7 @@ class MmioTest : public CxxTest::TestSuite
return;
}
+#if 0 //@fixme - RTC:211487
// Write to an "invalid" scom address. Should
// return with failure (now that we've set up the error regs).
// NOTE: Also, writing MMIO_OCMB_UE_DETECTED to this register
@@ -213,6 +214,8 @@ class MmioTest : public CxxTest::TestSuite
TS_INFO("testExplrMMIO> recieved expected failure on mmio read");
errlCommit(l_err, CXXTEST_COMP_ID);
}
+#endif //@fixme - RTC:211487
+
TS_INFO("testExplrMMIO> Done");
};
};
OpenPOWER on IntegriCloud