Uh oh!
There was an error while loading. Please reload this page.
Fix Runtime_76194 test - #78760
Conversation
ghost
commented
Nov 23, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsShould fix #78758 cc @jakobbotsch
|
EgorBo
commented
Nov 23, 2022
/azp list |
This comment was marked as outdated.
This comment was marked as outdated.
EgorBo
commented
Nov 23, 2022
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
EgorBo
commented
Nov 23, 2022
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
EgorBo
commented
Nov 23, 2022
returns -1 on @jkotas@jakobbotsch does it ring a bell to you by any chance what could be the reason? |
jakobbotsch
commented
Nov 23, 2022
I think the problem might be that the value of Likely you can pinvoke this SystemNative version and it will handle the conversions for us? |
jakobbotsch
commented
Nov 23, 2022
This also explains why we only were seeing this issue in outerloop runs. |
jkotas
commented
Nov 23, 2022
If the tests need native dependencies, we typically create a test local native dependency for the tests that does what the test needs. |
EgorBo
commented
Nov 25, 2022
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
EgorBo
commented
Dec 5, 2022
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
EgorBo
commented
Dec 5, 2022
@dotnet/jit-contrib @jkotas PTAL, this unblocks outerloop CI |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…lAlloc.cpp Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Had to disable the test for some mono targets: Wasm, Android, iOS where other tests with native libs are also ignored. |
EgorBo
commented
Dec 6, 2022
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Should fix#78758
cc @jakobbotsch