Skip to content

Comments

Add ActiveIssue Annotations to Failing TestReadyToRun Tests and Reenable the Executables#96721

Merged
ivdiazsa merged 11 commits intodotnet:mainfrom
ivdiazsa:lost-woods
Jan 11, 2024
Merged

Add ActiveIssue Annotations to Failing TestReadyToRun Tests and Reenable the Executables#96721
ivdiazsa merged 11 commits intodotnet:mainfrom
ivdiazsa:lost-woods

Conversation

@ivdiazsa
Copy link
Contributor

@ivdiazsa ivdiazsa commented Jan 9, 2024

Completes #95928. This PR will introduce the necessary changes to enable as many libraries test executables as we can for the TestReadyToRun pipeline.

reenable their respective executables, so that the other tests in said
run can be executed.
@ivdiazsa ivdiazsa added area-Infrastructure-libraries disabled-test The test is disabled in source code against the issue labels Jan 9, 2024
@ivdiazsa ivdiazsa added this to the 9.0.0 milestone Jan 9, 2024
@ghost
Copy link

ghost commented Jan 9, 2024

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Issue Details

Completes #95928. This PR will introduce the necessary changes to enable as many libraries test executables as we can for the TestReadyToRun pipeline.

Author: ivdiazsa
Assignees: -
Labels:

area-Infrastructure-libraries, disabled-test

Milestone: 9.0.0

@ivdiazsa ivdiazsa linked an issue Jan 9, 2024 that may be closed by this pull request
@ivdiazsa
Copy link
Contributor Author

ivdiazsa commented Jan 9, 2024

I'm still in the process of filing the failing tests' issues. Will update the ActiveIssue template annotations as I get them.

@ghost
Copy link

ghost commented Jan 9, 2024

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Completes #95928. This PR will introduce the necessary changes to enable as many libraries test executables as we can for the TestReadyToRun pipeline.

Author: ivdiazsa
Assignees: ivdiazsa
Labels:

disabled-test, area-Infrastructure

Milestone: 9.0.0

@ivdiazsa
Copy link
Contributor Author

/azp run runtime-coreclr crossgen2

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ivdiazsa
Copy link
Contributor Author

/azp run runtime-coreclr crossgen2

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ivdiazsa ivdiazsa marked this pull request as ready for review January 10, 2024 23:19
@ivdiazsa ivdiazsa requested a review from trylek January 10, 2024 23:19

[Fact]
[PlatformSpecific(TestPlatforms.AnyUnix & ~TestPlatforms.Browser & ~TestPlatforms.iOS & ~TestPlatforms.MacCatalyst & ~TestPlatforms.tvOS)] // Expected behavior specific to Unix
// [ActiveIssue("Issue", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait why is this here? I'll check whether we need this or not. Working on it.

Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once you figure out what's up with the commented out ActiveIssue attribute.

@ivdiazsa
Copy link
Contributor Author

/azp run runtime-coreclr crossgen2

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ivdiazsa
Copy link
Contributor Author

Failure is unrelated, so merging this now.

@ivdiazsa ivdiazsa merged commit e458d68 into dotnet:main Jan 11, 2024
tmds pushed a commit to tmds/runtime that referenced this pull request Jan 23, 2024
…ble the Executables (dotnet#96721)

* Add "ActiveIssue" annotation placeholders to the failing tests, and
reenable their respective executables, so that the other tests in said
run can be executed.

* Added "ActiveIssue" annotation to failing Threading test.

* Added the ActiveIssue annotation to AppDomain.cs

* Added the ActiveIssue template in FileSystemWatcher.File.Move.cs

* Commented out an ActiveIssue annotation because I need to check on
something in CI.

* Reenabled another failing test because I need to see it in CI.

* Yet another test being weird...

* Disabled some Serialization tests after confirming in CI that they indeed not work.

* Removed unneeded? commented out ActiveIssue annotation.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure disabled-test The test is disabled in source code against the issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable Remaining Libraries Tests in TestReadyToRun Pipeline

3 participants