File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lldb/test/API/lang/swift/async/taskgroups Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,21 @@ def do_test_print(self):
3232 textwrap .dedent (
3333 r"""
3434 \((?:Throwing)?TaskGroup<\(\)\??(?:, Error)?>\) group = \{
35- \[0\] = id:([1-9]\d*) flags:(?:running\|)?(?:enqueued\|)?groupChildTask \{
35+ \[0\] = id:([1-9]\d*) flags:(?:suspended\|)?(?: running\|)?(?:enqueued\|)?groupChildTask \{
3636 address = 0x[0-9a-f]+
3737 id = \1
3838 enqueuePriority = \.medium
3939 parent = (.+)
4040 children = \{\}
4141 \}
42- \[1\] = id:([1-9]\d*) flags:(?:running\|)?(?:enqueued\|)?groupChildTask \{
42+ \[1\] = id:([1-9]\d*) flags:(?:suspended\|)?(?: running\|)?(?:enqueued\|)?groupChildTask \{
4343 address = 0x[0-9a-f]+
4444 id = \3
4545 enqueuePriority = \.medium
4646 parent = \2
4747 children = \{\}
4848 \}
49- \[2\] = id:([1-9]\d*) flags:(?:running\|)?(?:enqueued\|)?groupChildTask \{
49+ \[2\] = id:([1-9]\d*) flags:(?:suspended\|)?(?: running\|)?(?:enqueued\|)?groupChildTask \{
5050 address = 0x[0-9a-f]+
5151 id = \4
5252 enqueuePriority = \.medium
You can’t perform that action at this time.
0 commit comments