Skip to content
Closed
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
1 change: 1 addition & 0 deletions src/libraries/System.Net.Requests/tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
using Xunit;

[assembly: SkipOnPlatform(TestPlatforms.Browser, "System.Net.Requests is not supported on Browser.")]
[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/127855", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using Xunit;

[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/127855", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))]

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTestsCoreCLR_SmokeFirefoxV8)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTestsCoreCLR_SmokeFirefoxV8)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTestsCoreCLR)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTestsCoreCLR)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build android-x64 Release AllSubsets_CoreCLR_Smoke)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build android-x64 Release AllSubsets_CoreCLR_Smoke)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build android-arm64 Release AllSubsets_CoreCLR_Smoke)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build android-arm64 Release AllSubsets_CoreCLR_Smoke)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug CoreCLR_Libraries)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug CoreCLR_Libraries)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs#L6

src/libraries/System.Net.WebSockets.Client/tests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<Compile Include="$(CommonTestPath)System\IO\DelegateDelegatingStream.cs" Link="Common\System\IO\DelegateDelegatingStream.cs" />
<Compile Include="$(CommonTestPath)System\IO\DelegateStream.cs" Link="Common\System\IO\DelegateStream.cs" />
<Compile Include="$(CommonPath)System\IO\DelegatingStream.cs" Link="Common\System\IO\DelegatingStream.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="AbortTest.cs" />
<Compile Include="AbortTest.Loopback.cs" />
<Compile Include="CancelTest.cs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using Xunit;

[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/127855", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))]

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug CoreCLR_Libraries)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug CoreCLR_Libraries)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,82): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PlatformDetection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs#L6

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AssemblyInfo.cs(6,109): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'PlatformDetection' does not exist in the current context
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="AttRegexTests.cs" />
<Compile Include="CaptureCollectionTests.cs" />
<Compile Include="GroupCollectionTests.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using Xunit;
using TestLibrary;

[SkipOnCoreClr("GC assertion failure under interpreter (https://github.com/dotnet/runtime/issues/127855)", RuntimeTestModes.InterpreterActive)]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This has nothing to do with gc crashes. It should be fixed by #127758

public class MarshalStructTest
{
const int iNative = 11;//the value passed from Native side to Managed side
Expand Down
Loading