Uh oh!
There was an error while loading. Please reload this page.
Update Regex source generator to use new GetBestTypeByMetadataName method - #59778
Conversation
ghost
commented
Sep 29, 2021
Tagging subscribers to this area: @eerhardt, @dotnet/area-system-text-regularexpressions Issue Detailscc: @steveharter
|
danmoseley
left a comment
There was a problem hiding this comment.
can we add a test/ extend an existing test?
78ae90f to
0eb0e04Comparestephentoub
commented
Sep 30, 2021
I added one. |
Uh oh!
There was an error while loading. Please reload this page.
b5d8dad to
5e13b0eCompare5e13b0e to
8b26914Comparestephentoub
commented
Oct 5, 2021
@lewing, the Browser wasm AOT leg here is deterministically timing out / getting killed while compiling this test assembly. What should I do? |
eerhardt
commented
Oct 5, 2021
We saw a similar thing in the STJ source generator as well. See #59042 (comment). But that was recently re-enabled with https://github.com/dotnet/runtime/pull/59396/files. cc @radical |
8b26914 to
e50a68dComparestephentoub
commented
Oct 6, 2021
Thanks, @eerhardt. I opened an issue to track it and added a commit to suppress the tests. |
cc: @steveharter