llvm-project/lldb/test/functionalities/data-formatter/data-formatter-synth
Ying Chen 7091c2ca3f XFAIL tests that are failed on linux with gcc-4.9.2
Summary:
- add decorator functions to xfail and skip test on specific os, architecture and version of comipler
- xfail failing test with gcc-4.9.2 on linux
- add one usage of skipIf function

Test Plan:
Run tests with different archs, and version of compilers to verify decorator function working as expected
Run tests with gcc-4.9.2 and no failure reported

Reviewers: sivachandra, ovyalov, vharron, chaoren

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D8851

llvm-svn: 235368
2015-04-21 01:15:47 +00:00
..
Makefile Don't clobber CFLAGS_EXTRAS in tests. 2015-03-24 12:41:20 +00:00
TestDataFormatterSynth.py XFAIL tests that are failed on linux with gcc-4.9.2 2015-04-21 01:15:47 +00:00
main.cpp