Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

testsuite: MakeInlineTest ignores no_debug_info_test #35663

Open Quuxplusone opened 6 years ago

Quuxplusone commented 6 years ago
Bugzilla Link PR36690
Status NEW
Importance P normal
Reported by Jan Kratochvil (jan@jankratochvil.net)
Reported on 2018-03-11 17:37:35 -0700
Last modified on 2018-03-11 17:37:35 -0700
Version unspecified
Hardware All All
CC llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments 1 (3179 bytes, text/plain)
Blocks
Blocked by
See also
Created attachment 20050
Attempted fix with no effect

These testcases should be marked as no_debug_info_test:

packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py
packages/Python/lldbsuite/test/functionalities/frame_var_scope/TestFrameVariableScope.py
packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py
packages/Python/lldbsuite/test/lang/cpp/lambdas/TestLambdas.py
packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py

At least during my tests it complains by:
  dwz: a.out.debug.dwz: .debug_info section not present

But lldbinline.MakeInlineTest ignores decorators.no_debug_info_test there.
Quuxplusone commented 6 years ago

Attached 1 (3179 bytes, text/plain): Attempted fix with no effect