Commit a587fa4
[wasm] Run browser tests on helix/windows (#52699)
* [wasm] Run browser tests on helix/windows
* Build just wasm/browsertests on helix/windows
* Use $(ChromiumRevision) in windows links
* Fix conditions
* Set PATH differently
* Use backslash in PATH on windows
* Try different version of chromium
* Pass scenario and browser host to build
And set browser path on windows to be able to start chrome
from xharness
* Try to get more info from the helix workitems
* Fix dir separator, add broser path
* Create WasmBuildSupportDir
* Revert "Try to get more info from the helix workitems"
This reverts commit 8807434.
* Put the dir cmds back, fix mkdir call
* More debug info
* Bump xharness
* Bump xharness again
With darc this time
* StressLogAnalyzer didn't print the number of messages correctly if it exceeded the int range (2 billion). (#54832)
Fix is to just use 64 bit ints instead.
* Found a race condition where the LOH flag on a segment is set too late. This gives another thread the chance to allocate in a fresh LOH region that doesn't have the LOH flag set just yet and trip over an assert in Object::ValidateInner. (#54839)
The fix is simply to set the flag in get_new_region before the region is put on the list for the LOH generation.
* Try to show the chrome logs
* Use different path for chrome logs
* Use newer image with font for chrome
The chrome was crashing, because it didn't find any sans-serif font.
* Increase timeouts
* Disable tests which timeout
* Remove debug calls
* Put back normal scenario
* Do not set scenario in build args
* Add browser sample exclusion
* Restore the platform matrix
* Remove the wasm build test changes
That will be handled in #54451
* Remove duplicate exclusion
* Suggested property name change
* Fix last merge
* Simplify condition
We don't pass Scenario anymore
* Include chrome and chromedriver in the payload
Co-authored-by: Peter Sollich <petersol@microsoft.com>1 parent 62fad9d commit a587fa4
File tree
5 files changed
+38
-11
lines changed- eng
- pipelines
- libraries
- testing
- src/libraries
5 files changed
+38
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
392 | 393 | | |
393 | 394 | | |
394 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
308 | 313 | | |
309 | 314 | | |
310 | 315 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
323 | 335 | | |
324 | 336 | | |
325 | 337 | | |
| |||
369 | 381 | | |
370 | 382 | | |
371 | 383 | | |
372 | | - | |
373 | | - | |
| 384 | + | |
| 385 | + | |
374 | 386 | | |
375 | 387 | | |
376 | 388 | | |
| |||
393 | 405 | | |
394 | 406 | | |
395 | 407 | | |
| 408 | + | |
396 | 409 | | |
397 | 410 | | |
398 | 411 | | |
| |||
411 | 424 | | |
412 | 425 | | |
413 | 426 | | |
414 | | - | |
| 427 | + | |
415 | 428 | | |
416 | 429 | | |
417 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
324 | 336 | | |
325 | 337 | | |
326 | 338 | | |
| |||
0 commit comments