Skip to content

Commit

Permalink
i#2145 appveyor failures: add two tests to the ignore list (#2589)
Browse files Browse the repository at this point in the history
Unfortunately two failures are happening often enough that I'm adding them
to the #2145 list here: 32-bit api.detach #2246 and 64-bit drmgr-test #1369.
  • Loading branch information
derekbruening authored Aug 3, 2017
1 parent 8be16e8 commit f286372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite/runsuite_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@
%ignore_failures_32 = ('code_api|security-common.retnonexisting' => 1,
'code_api|win32.reload-newaddr' => 1,
'code_api|client.pcache-use' => 1,
'code_api|api.detach' => 1, # i#2246
'code_api|client.nudge_ex' => 1);
%ignore_failures_64 = ('code_api|common.floatpc_xl8all' => 1,
'code_api|win32.reload-newaddr' => 1,
'code_api|client.loader' => 1,
'code_api|client.drmgr-test' => 1, # i#1369
'code_api|client.nudge_ex' => 1,
'code_api|api.static_noclient' => 1,
'code_api|api.static_noinit' => 1);
Expand Down

0 comments on commit f286372

Please sign in to comment.