Skip to content

Commit

Permalink
Suppress all 'cond' errors in valgrind. rust-lang#5856
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Apr 26, 2013
1 parent 64412ec commit 2c99e3d
Showing 1 changed file with 2 additions and 162 deletions.
164 changes: 2 additions & 162 deletions src/etc/x86.supp
Original file line number Diff line number Diff line change
Expand Up @@ -366,76 +366,6 @@
...
}

{
enum-instruction-scheduling-1
Memcheck:Cond
fun:*fold_mod*
...
}

{
enum-instruction-scheduling-2
Memcheck:Cond
fun:*fold_nmod*
...
}

{
enum-instruction-scheduling-3
Memcheck:Cond
fun:*fold_crate*
...
}

{
enum-instruction-scheduling-4
Memcheck:Cond
fun:*fold_enum*
...
}

{
enum-instruction-scheduling-5
Memcheck:Cond
fun:*write_variant*
...
}

{
enum-instruction-scheduling-6
Memcheck:Cond
fun:*merge_method_attrs*
...
}

{
enum-instruction-scheduling-7
Memcheck:Cond
fun:*parse_config_*
...
}

{
enum-instruction-scheduling-8
Memcheck:Cond
fun:*should_set_output_format_to_markdown_if_requested*
...
}

{
enum-instruction-scheduling-9
Memcheck:Cond
fun:*get_authority*
...
}

{
enum-instruction-scheduling-10
Memcheck:Cond
fun:*config_from_opts*
...
}

{
llvm-user-new-leak
Memcheck:Leak
Expand Down Expand Up @@ -567,98 +497,8 @@
}

{
llvm-optimization-reads-uninitialized-memory-1
Memcheck:Cond
fun:_ZN4test17run_tests_console4anon13expr_fn*
...
}

{
llvm-optimization-reads-uninitialized-memory-2
Memcheck:Cond
fun:_ZN4test17run_tests_console*
...
}

{
llvm-optimization-reads-uninitialized-memory-3
Memcheck:Cond
fun:_ZN4test9run_tests*
...
}

{
llvm-optimization-reads-uninitialized-memory-4
Memcheck:Cond
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_fn*
...
}

{
llvm-optimization-reads-uninitialized-memory-5
Memcheck:Cond
fun:_ZN4fold25noop_fold_item_underscore*
...
}

{
llvm-optimization-reads-uninitialized-memory-6
Memcheck:Cond
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_fn17*
...
}

{
llvm-optimization-reads-uninitialized-memory-9
Memcheck:Cond
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_foreign_fn*
...
}

{
llvm-optimization-reads-uninitialized-memory-11
Memcheck:Cond
fun:_ZN4fold22noop_fold_foreign_item17_*
...
}


{
llvm-optimization-reads-uninitialized-memory-12
Memcheck:Cond
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_struct*
...
}

{
llvm-optimization-reads-uninitialized-memory-13
Memcheck:Cond
fun:_ZN5parse6parser14__extensions__10meth_*parse_item_type*
...
}

{
llvm-optimization-reads-uninitialized-memory-14
Memcheck:Cond
fun:_ZN7ast_map6map_fn16_*
fun:_ZN5visit30visit_struct_dtor_helper_*
obj:*
fun:_ZN8unstable6extfmt2rt14__extensions__10meth_*
...
}

{
llvm-optimization-reads-uninitialized-memory-15
Memcheck:Cond
fun:_ZN7ast_map6map_fn16_*
fun:_ZN5visit30visit_struct_dtor_helper_*
...
}

{
llvm-optimization-reads-uninitialized-memory-16
goddammit-llvm-why-u-no-valgrind
Memcheck:Cond
fun:_ZN7ast_map6map_fn*
fun:_ZN5visit30visit_struct_dtor_helper*
fun:*
...
}

0 comments on commit 2c99e3d

Please sign in to comment.