XFAIL tests that are failed on linux with gcc-4.9.2
authorYing Chen <chying@google.com>
Tue, 21 Apr 2015 01:15:47 +0000 (01:15 +0000)
committerYing Chen <chying@google.com>
Tue, 21 Apr 2015 01:15:47 +0000 (01:15 +0000)
commit7091c2ca3ff63acd4671d92eedb075a100eea9b2
tree644b5d6e1057ce2c4d271656469c99d70e64ef59
parentb6b5aaad9836302ed5ab7c936b527dcae667f1d0
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
lldb/test/api/multithreaded/TestMultithreaded.py
lldb/test/expression_command/test/TestExprs.py
lldb/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
lldb/test/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py
lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py
lldb/test/functionalities/inline-stepping/TestInlineStepping.py
lldb/test/functionalities/memory/read/TestMemoryRead.py
lldb/test/lldbtest.py
lldb/test/tools/lldb-mi/control/TestMiExec.py