Skip to content

Commit

Permalink
Re-enable test cases
Browse files Browse the repository at this point in the history
Turn on the test cases that were disabled with mirror fix

Change-Id: I619a31e39d5e130942de17766fb9bafa60903231
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41066
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
  • Loading branch information
Ilya Smirnov authored and wghoffa committed May 31, 2017
1 parent 05a9df0 commit fc34f10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/usr/fapi2/test/rcSupport.C
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ fapi2::ReturnCode p9_registerFfdc_fail(
{
FAPI_INF("Enter p9_registerFfdc_fail...");

//FAPI_ASSERT(0, fapi2::TEST_ERROR_A().set_TARGET(i_proc_target));
FAPI_ASSERT(0, fapi2::TEST_ERROR_A().set_TARGET(i_proc_target));

//fapi_try_exit:
fapi_try_exit:

FAPI_INF("Exiting p9_registerFfdc_fail...");

Expand All @@ -82,13 +82,13 @@ fapi2::ReturnCode p9_procedureFfdc_fail()
{
FAPI_INF("Enter p9_procedureFfdc_fail...");

//uint32_t pib = 0x0001;
uint32_t pib = 0x0001;
fapi2::ReturnCode l_rc;

//FAPI_ASSERT(0, fapi2::TEST_PROC_ERROR(fapi2::FAPI2_ERRL_SEV_RECOVERED,
// l_rc).set_parm1(pib));
FAPI_ASSERT(0, fapi2::TEST_PROC_ERROR(fapi2::FAPI2_ERRL_SEV_RECOVERED,
l_rc).set_parm1(pib));

//fapi_try_exit:
fapi_try_exit:

FAPI_INF("Exiting p9_procedureFfdc_fail...");

Expand Down
2 changes: 1 addition & 1 deletion src/usr/fapi2/test/rcTest.C
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ uint32_t rcTestReturnCodeCreator()
{
// Set the return code to a HWP code (intentionally use function
// that does not add error information).
//l_rc._setHwpError(RC_TEST_ERROR_A);
l_rc._setHwpError(RC_TEST_ERROR_A);

// Ensure that the creator is HWP
l_creator = l_rc.getCreator();
Expand Down

0 comments on commit fc34f10

Please sign in to comment.