summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/fsiscom/test/fsiscomtest.H7
-rw-r--r--src/usr/scan/test/scantest.H9
-rw-r--r--src/usr/scom/test/scomtest.H17
3 files changed, 24 insertions, 9 deletions
diff --git a/src/usr/fsiscom/test/fsiscomtest.H b/src/usr/fsiscom/test/fsiscomtest.H
index c1d2b9168..3f9fe5200 100644
--- a/src/usr/fsiscom/test/fsiscomtest.H
+++ b/src/usr/fsiscom/test/fsiscomtest.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. */
@@ -38,6 +40,8 @@ class FsiScomTest : public CxxTest::TestSuite
*/
void test_Error(void)
{
+/*
+ //FIXME: RTC 129630
TRACFCOMP( g_trac_fsiscom, "FsiScomTest::test_Error> Start" );
uint64_t fails = 0;
@@ -116,5 +120,6 @@ class FsiScomTest : public CxxTest::TestSuite
}
TRACFCOMP( g_trac_fsiscom, "FsiScomTest::test_Error> %d/%d fails", fails, total );
+*/
};
};
diff --git a/src/usr/scan/test/scantest.H b/src/usr/scan/test/scantest.H
index 5277023eb..f8b6b0216 100644
--- a/src/usr/scan/test/scantest.H
+++ b/src/usr/scan/test/scantest.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,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. */
@@ -50,7 +52,8 @@ public:
void test_SCANreadWrite_proc(void)
{
-
+/*
+ //FIXME: RTC 129630
TRACFCOMP( g_trac_scandd, "scanTest::test_SCANreadWrite_proc> Start" );
uint64_t fails = 0;
@@ -220,7 +223,7 @@ public:
}
TRACFCOMP( g_trac_scandd, "scanTest::test_SCANreadWrite_proc> %d/%d fails", fails, total );
-
+*/
}
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:
}
}
}
+*/
}
};
OpenPOWER on IntegriCloud