Skip to content

Commit 9ed62ad

Browse files
committed
Stabilize a couple of tests
1 parent 5fce363 commit 9ed62ad

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

testsuite/.als/traces.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
#ALS.OUT=yes > inout.txt:buffer_size=0
1010

1111
# Testing should include incremental text changes
12-
ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes #> inout.txt:buffer_size=0
12+
#ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes > inout.txt:buffer_size=0
13+
ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes
1314

1415
# Activate navigation warnings in test mode
1516
ALS.NOTIFICATIONS_FOR_IMPRECISE_NAVIGATION=yes

testsuite/ada_lsp/refactoring_replace_type/Q817-007/test.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,16 @@
108108
}
109109
}
110110
},
111-
"wait": []
111+
"wait": [
112+
{
113+
"jsonrpc": "2.0",
114+
"id": 2,
115+
"method": "window/workDoneProgress/create",
116+
"params": {
117+
"token": "<ANY>"
118+
}
119+
}
120+
]
112121
}
113122
},
114123
{

testsuite/ada_lsp/refactoring_sort_dependencies/SA22-035/test.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,16 @@
107107
}
108108
}
109109
},
110-
"wait": []
110+
"wait": [
111+
{
112+
"jsonrpc": "2.0",
113+
"id": 2,
114+
"method": "window/workDoneProgress/create",
115+
"params": {
116+
"token": "<ANY>"
117+
}
118+
}
119+
]
111120
}
112121
},
113122
{
@@ -283,4 +292,4 @@
283292
"exit_code": 0
284293
}
285294
}
286-
]
295+
]

0 commit comments

Comments
 (0)