8000 make test pass on all platforms · swiftlang/llvm-project@6e0a7a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e0a7a6

Browse files
make test pass on all platforms
1 parent d9018a3 commit 6e0a7a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lldb/test/Shell/Swift/inlined-function-name-backtrace.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Test Swift function name printing in backtraces.
22

3-
# XFAIL: !system-darwin
43
# RUN: split-file %s %t
54
# RUN: %target-swiftc -g -O %t/main.swift -o %t.out
65
# RUN: %lldb -x -b -s %t/commands.input %t.out -o exit 2>&1 \
@@ -29,6 +28,6 @@ b baz
2928
run
3029
bt
3130

32-
# CHECK: `baz(a=Swift.Int @ scalar) at main.swift:3:14 [opt]
33-
# CHECK: `foo(a=Swift.Int @ scalar, b=Swift.Int @ scalar) at main.swift:8:17 [opt] [inlined]
31+
# CHECK: `baz(a={{.*}}) at main.swift:3:14 [opt]
32+
# CHECK: `foo(a={{.*}}, b={{.*}}) at main.swift:8:17 [opt] [inlined]
3433
# CHECK: `bar() at main.swift:12:15 [opt] [inlined]

0 commit comments

Comments
 (0)
0