Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Xunit;
// Disable all tests in the assembly here. We'd prefer to disable them in src/libraries/tests.proj
// but we can't disable tests just based on RuntimeFlavor there as we build our tests once per target, not per target and runtime flavor
// in our split jobs (where we build libraries in one job and the runtime in another).
// As a result, we'll disable these tests here for now.
using Xunit;

// Disable all tests in the assembly here. We'd prefer to disable them in src/libraries/tests.proj
// but we can't disable tests just based on RuntimeFlavor there as we build our tests once per target, not per target and runtime flavor
// in our split jobs (where we build libraries in one job and the runtime in another).
// As a result, we'll disable these tests here for now.
[assembly:SkipOnMono("All tests here use RuntimeHelpers.AllocateTypeAssociatedMemory, which is not implemented on Mono")]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<Project Sdk="Microsoft.NET.Sdk"></Project>
<Project Sdk="Microsoft.NET.Sdk"></Project>
Loading