diff options
Diffstat (limited to 'src/usr/scom/test/scomtest.H')
| -rw-r--r-- | src/usr/scom/test/scomtest.H | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/src/usr/scom/test/scomtest.H b/src/usr/scom/test/scomtest.H index 59659d7d6..52170a065 100644 --- a/src/usr/scom/test/scomtest.H +++ b/src/usr/scom/test/scomtest.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -199,7 +201,8 @@ public: void test_FSISCOMreadWrite_centaur(void) { TRACFCOMP( g_trac_scom, "ScomTest::test_FSISCOMreadWrite_centaur> Start" ); - uint64_t fails = 0; + //FIXME: RTC 129630 +/* uint64_t fails = 0; uint64_t total = 0; errlHndl_t l_err = NULL; @@ -376,7 +379,7 @@ public: } TRACFCOMP( g_trac_scom, "ScomTest::test_FSISCOMreadWrite_centaur> %d/%d fails", fails, total ); - +*/ } @@ -1265,7 +1268,8 @@ public: void test_TranslateScom_ABUS(void) { - +/* + //FIXME: RTC 129630 TRACFCOMP( g_trac_scom, "ScomTest::test_TranslateScom_ABUS Start" ); errlHndl_t l_err = NULL; @@ -1442,7 +1446,7 @@ public: } TRACFCOMP( g_trac_scom, "ScomTest::test_translateScom_ABUS> %d/%d fails", fails, total ); - +*/ } @@ -1826,6 +1830,8 @@ public: */ void test_MBSECCQ(void) { +/* + //FIXME: RTC 129630 errlHndl_t l_err = NULL; // get an existing membuf @@ -1871,6 +1877,7 @@ public: } } } +*/ } }; |

