forked from OSchip/llvm-project
[analyzer] Temporary disabling svalbuilder-rearrange-comparisons test
As debug printing has changed, and format was not guaranteed to be stable. Artem is currently working on a better solution. llvm-svn: 342317
This commit is contained in:
parent
64c431c900
commit
c40719e335
|
@ -1,5 +1,8 @@
|
|||
// RUN: %clang_analyze_cc1 -analyzer-checker=debug.ExprInspection,core.builtin -analyzer-config aggressive-binary-operation-simplification=true -verify -analyzer-config eagerly-assume=false %s
|
||||
|
||||
// Temporary xfailing, as debug printing functionality has changed.
|
||||
// XFAIL: *
|
||||
|
||||
void clang_analyzer_dump(int x);
|
||||
void clang_analyzer_eval(int x);
|
||||
|
||||
|
|
Loading…
Reference in New Issue