File tree 2 files changed +4
-4
lines changed
lldb/test/API/lang/swift/async
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def test_unsafe_continuation_printing(self):
20
20
textwrap .dedent (
21
21
r"""
22
22
\(UnsafeContinuation<Void, Never>\) cont = \{
23
- task = id:(\d+) flags:(?:running\|)?future \{
23
+ task = id:(\d+) flags:(?:running\|)?(?:enqueued\|)? future \{
24
24
address = 0x[0-9a-f]+
25
25
id = \1
26
26
enqueuePriority = 0
@@ -45,7 +45,7 @@ def test_checked_continuation_printing(self):
45
45
textwrap .dedent (
46
46
r"""
47
47
\(CheckedContinuation<Int, Never>\) cont = \{
48
- task = id:(\d+) flags:(?:running\|)?future \{
48
+ task = id:(\d+) flags:(?:running\|)?(?:enqueued\|)? future \{
49
49
address = 0x[0-9a-f]+
50
50
id = \1
51
51
enqueuePriority = 0
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ def test(self):
20
20
patterns = [
21
21
textwrap .dedent (
22
22
r"""
23
- \(UnsafeCurrentTask\) current_task = id:1 flags:(?:running\|)?future \{
23
+ \(UnsafeCurrentTask\) current_task = id:1 flags:(?:running\|)?(?:enqueued\|)? future \{
24
24
address = 0x[0-9a-f]+
25
25
id = 1
26
26
enqueuePriority = 0
27
27
children = \{
28
- 0 = id:2 flags:(?:running\|)?asyncLetTask\|childTask\|future {
28
+ 0 = id:2 flags:(?:running\|)?(?:enqueued\|)? asyncLetTask\|childTask\|future \ {
29
29
address = 0x[0-9a-f]+
30
30
id = 2
31
31
enqueuePriority = \.medium
You can’t perform that action at this time.
0 commit comments