summaryrefslogtreecommitdiffstats
path: root/src/usr/intr/test/intrtest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/intr/test/intrtest.H')
-rw-r--r--src/usr/intr/test/intrtest.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/intr/test/intrtest.H b/src/usr/intr/test/intrtest.H
index 5135d3371..bd9e316ca 100644
--- a/src/usr/intr/test/intrtest.H
+++ b/src/usr/intr/test/intrtest.H
@@ -44,7 +44,7 @@ class IntrTest: public CxxTest::TestSuite
*/
void test_verifyState( void )
{
-
+#if defined(__INTR_TEST__)
// TODO Temporaritly DISABLE in VBU until P8 support is added
if( TARGETING::is_vpo() )
{
@@ -105,6 +105,7 @@ class IntrTest: public CxxTest::TestSuite
}
}
}
+#endif
}
/**
@@ -112,6 +113,7 @@ class IntrTest: public CxxTest::TestSuite
*/
void test_enableDisable( void )
{
+#if defined(__INTR_TEST__)
// TODO Temporaritly DISABLE in VBU until P8 support is added
if( TARGETING::is_vpo() )
{
@@ -148,6 +150,7 @@ class IntrTest: public CxxTest::TestSuite
{
TS_FAIL("INTR not enabled");
}
+#endif
}
/**
OpenPOWER on IntegriCloud