「view this page in B3 βῆτα server」

Revisions №58962

branch: master 「№58962」
Commited by: Rocco Moretti
GitHub commit link: 「f279414251c3e975」 「№1657」
Difference from previous tested commit:  code diff
Commit date: 2016-09-27 15:37:42

Merge pull request #1657 from RosettaCommons/roccomoretti/san_benchmark Hook sanitizers into the benchmark testing system. I was slightly mistaken in the earlier sanitizer pull request, in that setting up unit/integration tests for different "mode" builds are more complicated. This pull request sets things up so the test system can run the sanitizer unit/integration tests. (They currently fail, but they run.) Also, we've been rather overzealous in the integration test ignore settings. e.g. we excluded "time", which will also exclude lines containing "runtime error" or other such ("antimetabolite", for example). I tweaked the ignore exceptions to be more specific, as a consequence massive integration test changes are expected, as lines which were ignored will be ignored no longer. If there is some tracer line which I revealed which should probably be hidden, feel free to add a specific line to the ignore_list: just be as specific with the regex as possible, to avoid inadvertent hiding of lines.

...