Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Added spammy 'OpenGL LayerManager Initialized Succesfully.' to list o…
Browse files Browse the repository at this point in the history
…f exceptions to not display when running tests.
  • Loading branch information
toolness committed Nov 11, 2010
1 parent 8e7f688 commit 97619b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/test-harness/lib/harness.js
Expand Up @@ -294,7 +294,8 @@ function nextIteration(tests) {
}

var POINTLESS_ERRORS = [
"Invalid chrome URI:"
"Invalid chrome URI:",
"OpenGL LayerManager Initialized Succesfully."
];

var consoleListener = {
Expand Down

0 comments on commit 97619b0

Please sign in to comment.