Commit 999c762
committed
fix(weston-simple-egl): retry base Weston runtime detection before skipping
On base builds, weston-simple-egl intentionally reuses an already
running Weston session instead of starting its own compositor. In test
sequences where a previous DRM-exclusive test has just restored Weston,
the socket and session may not be ready immediately when this test
starts.
Add a short wait-and-retry path on base builds before skipping when no
usable Wayland socket is found or when the initial Wayland probe fails.
This keeps the existing base-build policy intact while making the test
less sensitive to compositor recovery timing.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>1 parent 9d01e66 commit 999c762
1 file changed
Lines changed: 36 additions & 3 deletions
Lines changed: 36 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
164 | 183 | | |
165 | 184 | | |
166 | 185 | | |
| |||
217 | 236 | | |
218 | 237 | | |
219 | 238 | | |
220 | | - | |
221 | | - | |
222 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
223 | 256 | | |
224 | 257 | | |
225 | 258 | | |
| |||
0 commit comments