Skip to content

Commit

Permalink
Disable tolerating blacklist violations
Browse files Browse the repository at this point in the history
Disable blacklist violation tolerance once all existing
violations have been fixed

Change-Id: Ibdb71ce53926ec5024aa58664a25f281bc113dc0
RTC:181067
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/49503
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
popfuture authored and dcrowell77 committed Aug 26, 2018
1 parent f9f785e commit 00d9a1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/usr/sbeio/sbe_fifodd.C
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ extern trace_desc_t* g_trac_sbeio;
*/
#define READ_BUFFER_SIZE 2048

// @TODO RTC 181067 Disable blacklist violation tolerance once all existing
// violations have been fixed
#define TOLERATE_BLACKLIST_ERRS 1
#define TOLERATE_BLACKLIST_ERRS 0

using namespace ERRORLOG;

Expand Down

0 comments on commit 00d9a1b

Please sign in to comment.