From b8f1f5e6418f39186742345c87ac1394a62923fa Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Sat, 20 Feb 2016 14:07:15 -0600 Subject: Disable testcase that corrupt pnor TOC Recent builds are seeing ECC errors during testcase runs, turning off a test that seems suspect. Change-Id: I7a908aeca3ff27757eb3d7a37510a0bc700d65e1 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24554 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell --- src/usr/pnor/test/pnorrptest.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/usr/pnor/test') diff --git a/src/usr/pnor/test/pnorrptest.H b/src/usr/pnor/test/pnorrptest.H index eda50ec6e..92d82a397 100644 --- a/src/usr/pnor/test/pnorrptest.H +++ b/src/usr/pnor/test/pnorrptest.H @@ -506,7 +506,8 @@ class PnorRpTest : public CxxTest::TestSuite * first entry because they are checked separately in pnorrp.C * */ - void test_TOC(void) + //TODO RTC:146146 Re-enable test_TOC testcase in pnorrptest.H + void _test_TOC(void) { TRACFCOMP(g_trac_pnor, "PnorRpTest::test_TOC Start" ); @@ -597,6 +598,9 @@ class PnorRpTest : public CxxTest::TestSuite // Fix cur_TOC first entry PnorRP::getInstance().writeToDevice( offset + FFS_HDR_SIZE, 0, false, tocEntry ); + //Read the corrected entry into iv_TOC + PnorRP::getInstance().readTOC(); + } delete tocHeader; -- cgit v1.2.1