[Lldb-commits] [lldb] 343eb4b - [lldb] Remove the newly-added test in 66acd1e4dc1080015fe6b234226f1d30d6577f04

Haojian Wu via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 10 04:47:08 PST 2023


Author: Haojian Wu
Date: 2023-11-10T13:46:36+01:00
New Revision: 343eb4b4253fea31767f6a98e1cf77a7d69c856a

URL: https://github.com/llvm/llvm-project/commit/343eb4b4253fea31767f6a98e1cf77a7d69c856a
DIFF: https://github.com/llvm/llvm-project/commit/343eb4b4253fea31767f6a98e1cf77a7d69c856a.diff

LOG: [lldb] Remove the newly-added test in 66acd1e4dc1080015fe6b234226f1d30d6577f04

The test added causes some buildbot failures:
- https://lab.llvm.org/buildbot/#/builders/17/builds/45077
https://lab.llvm.org/buildbot/#/builders/96/builds/48277

Remove the test for now to make the builtbots happy, and will re-add it after
investigation.

Added: 
    

Modified: 
    

Removed: 
    lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test b/lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test
deleted file mode 100644
index e7d3bc4b796224a..000000000000000
--- a/lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test
+++ /dev/null
@@ -1,17 +0,0 @@
-# UNSUPPORTED: system-darwin, system-windows
-
-# Make sure the artifical field `vptr.ClassName` from gcc debug info is ignored.
-# RUN: %build --compiler=gcc %S/Inputs/debug-types-expressions.cpp -o %t
-# RUN: %lldb %t -s %s -o exit | FileCheck %s
-
-breakpoint set -n foo
-process launch
-
-# CHECK: Process {{.*}} stopped
-
-frame variable *a
-# CHECK-LABEL: frame variable *a
-# CHECK:      (B) *a = {
-# CHECK-NEXT:   A = (i = 47)
-# CHECK-NEXT:   j = 42
-# CHECK-NEXT: }


        


More information about the lldb-commits mailing list