[Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL

Doug Snyder dsnyder at blueshiftinc.com
Mon Nov 10 15:51:55 PST 2014


Hi sbest, granata.enrico, kubabrecka,

the following lldb unit tests fail check-lldb on ubuntu.
TestDataFormatterStdMap.py
TestDataFormatterStdVBool.py
TestDataFormatterStdVector.py
TestDataFormatterSynthVal.py
TestEvents.py
TestInitializerList.py
TestMemoryHistory.py
TestReportData.py
TestValueVarUpdate.py

these unit test failures are for non-core functionality.  the intent is to reduce the check-lldb FAILS to core functionality FAILS and then circle back later and fix these FAILS at a later date.

in these unit tests, various sub-tests have been decorated with @expectedFailureLinux if the sub-test was failing or @skipIfLinux if the sub-test was procedurally erroring-out after it passed

http://reviews.llvm.org/D6205

Files:
  test/functionalities/asan/TestMemoryHistory.py
  test/functionalities/asan/TestReportData.py
  test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py
  test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
  test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py
  test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py
  test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
  test/python_api/event/TestEvents.py
  test/python_api/value_var_update/TestValueVarUpdate.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6205.16018.patch
Type: text/x-patch
Size: 6374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141110/3d07df34/attachment.bin>


More information about the lldb-commits mailing list