2019-05-16 01:09:01 +00:00
|
|
|
<Tests>
|
2019-08-22 18:17:41 +00:00
|
|
|
<TestList Name="SdkIntegrationTests">
|
|
|
|
<!-- Build tests -->
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.AppHostTests.It_builds_a_runnable_apphost_by_default" />
|
|
|
|
<Class Name="Microsoft.NET.Build.Tests.DesignTimeBuildTests" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.TransitiveFrameworkReferenceFromPackageReference" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.TransitiveFrameworkReferenceFromProjectReference" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WPFFrameworkReference" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WindowsDesktopFrameworkReference" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WindowsFormAndWPFFrameworkReference" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WindowsFormsFrameworkReference" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantBuildsToBeIncremental.ResolvePackageAssets_runs_incrementally" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app" />
|
|
|
|
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibrary.It_builds_the_library_successfully" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibraryWithFSharp.It_builds_the_library_successfully" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibraryWithVB.It_builds_the_library_successfully" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.BuildWithTransitiveReferenceToNetCoreAppPackage" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_a_rid_specific_app_from_the_output_folder" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_a_rid_specific_app_with_conflicts_from_the_output_folder" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_the_app_from_the_output_folder" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_the_app_with_conflicts_from_the_output_folder" />
|
|
|
|
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetStandard2Library" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildASelfContainedApp.It_builds_a_runnable_output" />
|
|
|
|
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAUnitTestProject" />
|
|
|
|
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrariesAndRid" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithTransitiveProjectRefs.It_builds_the_project_successfully" />
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToResolveConflicts.FilesFromAspNetCoreSharedFrameworkAreNotIncluded" />
|
|
|
|
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToUseVB" />
|
|
|
|
<Class Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps" />
|
|
|
|
|
|
|
|
<!-- Publish tests -->
|
|
|
|
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAFrameworkDependentApp" />
|
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_run" />
|
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run" />
|
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_with_a_publish_profile" />
|
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASelfContainedApp.It_can_make_a_Windows_GUI_exe" />
|
|
|
|
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp" />
|
|
|
|
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAWebApp" />
|
|
|
|
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunCrossgen" />
|
|
|
|
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink" />
|
|
|
|
<Class Name="Microsoft.NET.Publish.Tests.PublishWebApp" />
|
|
|
|
<Class Name="Microsoft.NET.Publish.Tests.PublishWpfApp" />
|
|
|
|
|
|
|
|
</TestList>
|
|
|
|
|
|
|
|
<SkippedTests>
|
2020-02-05 00:33:57 +00:00
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToUseVB.It_builds_a_vb_wpf_app"
|
2019-09-09 01:44:06 +00:00
|
|
|
Skip="true"
|
|
|
|
Issue="https://github.com/dotnet/wpf/issues/1734"
|
|
|
|
Reason="VB templates removed from wpf"/>
|
|
|
|
|
2019-08-23 22:49:21 +00:00
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_run"
|
|
|
|
Skip="true"
|
|
|
|
Issue="https://github.com/dotnet/sdk/pull/3574"
|
|
|
|
Reason="Test update needed (in PR)"/>
|
|
|
|
|
2020-02-12 21:34:12 +00:00
|
|
|
<!-- <Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_targets_the_right_framework_depending_on_output_type"
|
2019-05-16 01:09:01 +00:00
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
2020-02-12 21:34:12 +00:00
|
|
|
Reason="Test needs to be updated with new patches (along with SDK stage 0 update)"/> -->
|
2019-05-16 01:09:01 +00:00
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrariesAndRid.It_builds_a_RID_specific_runnable_output"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Test doesn't work with newer RIDs"/>
|
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrariesAndRid.It_builds_a_framework_dependent_RID_specific_runnable_output"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Test doesn't work with newer RIDs"/>
|
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_handles_mismatched_implicit_package_versions"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Test doesn't work with newer RIDs"/>
|
|
|
|
|
2019-05-17 22:20:51 +00:00
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithTransitiveProjectRefs.It_builds_the_project_successfully"
|
2019-05-16 01:09:01 +00:00
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Needs .NET Core 1.1"/>
|
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrary.It_builds_the_project_successfully"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Needs .NET Core 1.1"/>
|
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrary.It_builds_the_project_successfully_twice"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Needs .NET Core 1.1"/>
|
|
|
|
|
2019-08-22 18:17:41 +00:00
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantAllResourcesInSatellite.TestSatelliteResources"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Needs .NET Core 1.1"/>
|
2019-05-17 22:20:51 +00:00
|
|
|
|
2019-08-22 18:17:41 +00:00
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantAllResourcesInSatellite.It_retrieves_strings_successfully"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Needs .NET Core 1.1"/>
|
2019-05-17 22:20:51 +00:00
|
|
|
|
2019-08-22 18:17:41 +00:00
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThereAreDefaultItems.Compile_items_can_be_explicitly_specified_while_default_EmbeddedResource_items_are_used"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Needs .NET Core 1.1"/>
|
2019-05-16 01:09:01 +00:00
|
|
|
|
2019-08-22 18:17:41 +00:00
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildASelfContainedApp.It_succeeds_when_RuntimeIdentifier_and_PlatformTarget_mismatch_but_PT_is_AnyCPU"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Needs .NET Core 1.1"/>
|
2019-10-18 21:48:44 +00:00
|
|
|
|
2020-02-12 21:34:12 +00:00
|
|
|
<!-- <Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app"
|
2019-10-18 21:48:44 +00:00
|
|
|
Skip="true"
|
|
|
|
Issue="https://github.com/dotnet/coreclr/issues/27275"
|
|
|
|
Reason="F# compiler is failing on .NET 5 runtime"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibraryWithFSharp.It_builds_the_library_successfully"
|
|
|
|
Skip="true"
|
|
|
|
Issue="https://github.com/dotnet/coreclr/issues/27275"
|
|
|
|
Reason="F# compiler is failing on .NET 5 runtime"
|
2020-02-12 21:34:12 +00:00
|
|
|
/> -->
|
2019-10-18 21:48:44 +00:00
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.PublishWpfApp.It_publishes_and_runs_self_contained_wpf_app"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Assumes `dotnet new wpf`produces a netcoreapp3.1 app, will get fixed when sdk takes .NET 5 stage 0"
|
|
|
|
/>
|
2019-10-22 18:06:07 +00:00
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.It_does_not_download_desktop_targeting_packs_on_unix"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Assumes netcoreapp3.1 targeting pack is bundled, which it is not in 5.0 SDK. Will resolve when sdk takes newer stage 0 and hits same issue."/>
|
|
|
|
|
2019-12-28 01:42:00 +00:00
|
|
|
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.It_builds_on_windows_with_the_windows_desktop_sdk"
|
|
|
|
Skip="true"
|
|
|
|
Issue="https://github.com/dotnet/wpf/issues/2363"
|
|
|
|
Reason="Desktop SDK missing required files."/>
|
[master] Update dependencies from dotnet/sdk (#7497)
* Update dependencies from https://github.com/dotnet/sdk build 20200515.4
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20265.4
* Update dependencies from https://github.com/dotnet/sdk build 20200515.5
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20265.5
* Update dependencies from https://github.com/dotnet/sdk build 20200518.6
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.6
* Update dependencies from https://github.com/dotnet/sdk build 20200518.7
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.7
* Update dependencies from https://github.com/dotnet/sdk build 20200518.8
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.8
* Update dependencies from https://github.com/dotnet/sdk build 20200518.9
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.9
* Update dependencies from https://github.com/dotnet/sdk build 20200518.10
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.10
* Update dependencies from https://github.com/dotnet/sdk build 20200519.2
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.2
* Update dependencies from https://github.com/dotnet/sdk build 20200519.3
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.3
* Update dependencies from https://github.com/dotnet/sdk build 20200519.4
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.4
* Update dependencies from https://github.com/dotnet/sdk build 20200519.5
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.5
* Update dependencies from https://github.com/dotnet/sdk build 20200519.6
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.6
* Skip new added publish tests
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: William Li <wul@microsoft.com>
2020-05-19 17:36:39 +00:00
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_runs_single_file_apps"
|
|
|
|
Skip="true"
|
|
|
|
Issue=""
|
|
|
|
Reason="Need all .NET core runtime"/>
|
2020-07-09 01:02:14 +00:00
|
|
|
|
|
|
|
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_generates_a_single_file_for_self_contained_apps"
|
|
|
|
Skip="true"
|
|
|
|
Issue="https://github.com/dotnet/sdk/issues/12391"
|
|
|
|
Reason="Recent changes need the test adjustments."/>
|
|
|
|
|
2019-08-22 18:17:41 +00:00
|
|
|
</SkippedTests>
|
2019-05-17 01:24:45 +00:00
|
|
|
</Tests>
|