Commit f5022bd
committed
[lldb][test] import-std-module: skip vector tests
This unblocks #158606. The tests are failing because libc++ is now using lambdas in function bodies in the vector header. Ever since #149477 we bail out of importing types when we encounter lambdas. Until we fix ASTImport of `clang::LambdaExpr` nodes properly, this will need to be skipped.1 parent 76efbc0 commit f5022bd
File tree
2 files changed
+6
-1
lines changed- lldb/test/API/commands/expression/import-std-module
- vector-dbg-info-content
- vector-of-vectors
2 files changed
+6
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments