Home
last modified time | relevance | path

Searched refs:expectedFailureIcc (Results 1 – 14 of 14) sorted by relevance

/external/lldb/test/expression_command/call-function/
DTestCallStdStringFunction.py31 @expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1
/external/lldb/test/lang/cpp/rvalue-references/
DTestRvalueReferences.py25 @expectedFailureIcc # ICC (13.1, 14-beta) do not emit DW_TAG_rvalue_reference_type.
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/
DTestDataFormatterStdVBool.py35 …@expectedFailureIcc # llvm.org/pr15301: lldb does not print the correct sizes of STL containers wh…
/external/lldb/test/lang/cpp/this/
DTestCPPThis.py24 …@expectedFailureIcc # ICC doesn't emit correct DWARF inline debug info for inlined member functions
/external/lldb/test/lang/cpp/virtual/
DTestVirtual.py32 … @expectedFailureIcc('llvm.org/pr16808') # lldb does not call the correct virtual function with icc
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
DTestDataFormatterStdIterator.py24 @expectedFailureIcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
/external/lldb/test/lang/cpp/char1632_t/
DTestChar1632T.py23 @expectedFailureIcc # ICC (13.1) does not emit the DW_TAG_base_type for char16_t and char32_t.
/external/lldb/test/lang/c/struct_types/
DTestStructTypes.py26 @expectedFailureIcc # llvm.org/pr16793
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
DTestDataFormatterStdVector.py24 @expectedFailureIcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
DTestDataFormatterStdMap.py26 @expectedFailureIcc # llvm.org/pr15301: LLDB prints incorrect size of
/external/lldb/test/lang/cpp/stl/
DTestSTL.py40 @expectedFailureIcc # icc 13.1 and 14-beta do not emit DW_TAG_template_type_parameter
/external/lldb/test/functionalities/type_completion/
DTestTypeCompletion.py23 @expectedFailureIcc # often fails with 'NameAndAddress should be valid'
/external/lldb/test/functionalities/inline-stepping/
DTestInlineStepping.py23 @expectedFailureIcc # Not really a bug. ICC combines two inlined functions.
/external/lldb/test/
Dlldbtest.py448 def expectedFailureIcc(bugnumber=None): function