Skip to content

Commit

Permalink
Try to suppress valgrind errors
Browse files Browse the repository at this point in the history
I can't reproduce the one on the bots, but this might fix it
  • Loading branch information
brson committed Apr 19, 2013
1 parent 10e6869 commit 69eb218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/x86.supp
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
{
llvm-optimization-reads-uninitialized-memory-3
Memcheck:Cond
fun:_ZN4test9run_tests4anon13expr_fn_*
fun:_ZN4test9run_tests*
...
}

Expand Down

5 comments on commit 69eb218

@bors
Copy link
Contributor

@bors bors commented on 69eb218 Apr 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at brson@69eb218

@bors
Copy link
Contributor

@bors bors commented on 69eb218 Apr 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/valgrind = 69eb218 into auto

@bors
Copy link
Contributor

@bors bors commented on 69eb218 Apr 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/valgrind = 69eb218 merged ok, testing candidate = bffe23b

@bors
Copy link
Contributor

@bors bors commented on 69eb218 Apr 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 69eb218 Apr 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = bffe23b

Please sign in to comment.