diff --git a/tests/aspnetcore5/Makefile b/tests/aspnetcore5/Makefile index 68325a401..66f77bbcf 100644 --- a/tests/aspnetcore5/Makefile +++ b/tests/aspnetcore5/Makefile @@ -62,6 +62,11 @@ run-runner: $(MYST_EXEC) ext2fs $(OPTS) \ /runner/bin/Debug/net5.0/runner $(ARG1) $(ARG2) +run-runner-lldb: + $(MYST_LLDB) -- $(MYST_EXEC) ext2fs $(OPTS) \ + --report-native-tids \ + /runner/bin/Debug/net5.0/runner $(ARG1) $(ARG2) + all-runner: ext2fs $(MYST_EXEC) ext2fs --roothash=roothash $(OPTS) \ /runner/bin/Debug/net6.0/runner $(TESTS_FILE) "" diff --git a/tests/aspnetcore5/unit-tests.failed b/tests/aspnetcore5/unit-tests.failed index b2b6e309a..652b9f385 100644 --- a/tests/aspnetcore5/unit-tests.failed +++ b/tests/aspnetcore5/unit-tests.failed @@ -32,4 +32,6 @@ /aspnetcore/artifacts/bin/Microsoft.NET.Sdk.Razor.Test/Debug/net5.0/Microsoft.NET.Sdk.Razor.Test.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.ConcurrencyLimiter.Tests/Debug/net5.0/Microsoft.AspNetCore.ConcurrencyLimiter.Tests.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.CookiePolicy.Test/Debug/net5.0/Microsoft.AspNetCore.CookiePolicy.Test.dll -/aspnetcore/artifacts/bin/Microsoft.AspNetCore.Cors.Test/Debug/net5.0/Microsoft.AspNetCore.Cors.Test.dll \ No newline at end of file +/aspnetcore/artifacts/bin/Microsoft.AspNetCore.Cors.Test/Debug/net5.0/Microsoft.AspNetCore.Cors.Test.dll +/aspnetcore/artifacts/bin/Microsoft.AspNetCore.Authentication.Test/Debug/net5.0/Microsoft.AspNetCore.Authentication.Test.dll # Runner does not set up AppDomain.BaseDirectory correctly. Test relies on that to fetch .cer files. Dotnet runtime GH Issue: https://github.com/dotnet/runtime/issues/7887 +/aspnetcore/artifacts/bin/Microsoft.AspNetCore.ResponseCompression.Tests/Debug/net5.0/Microsoft.AspNetCore.ResponseCompression.Tests.dll # Fails in libz.so.1#deflateResetKeep \ No newline at end of file diff --git a/tests/aspnetcore5/unit-tests.runner.1 b/tests/aspnetcore5/unit-tests.runner.1 index 0da8d98ad..75bf07952 100644 --- a/tests/aspnetcore5/unit-tests.runner.1 +++ b/tests/aspnetcore5/unit-tests.runner.1 @@ -13,7 +13,6 @@ /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Authentication.Core.Test/Debug/net5.0/Microsoft.AspNetCore.Authentication.Core.Test.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Authentication.Negotiate.FunctionalTest/Debug/net5.0/Microsoft.AspNetCore.Authentication.Negotiate.FunctionalTest.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Authentication.Negotiate.Test/Debug/net5.0/Microsoft.AspNetCore.Authentication.Negotiate.Test.dll -/aspnetcore/artifacts/bin/Microsoft.AspNetCore.Authentication.Test/Debug/net5.0/Microsoft.AspNetCore.Authentication.Test.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Authorization.Test/Debug/net5.0/Microsoft.AspNetCore.Authorization.Test.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Debug/net5.0/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Diagnostics.HealthChecks.Tests/Debug/net5.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.Tests.dll diff --git a/tests/aspnetcore5/unit-tests.runner.4 b/tests/aspnetcore5/unit-tests.runner.4 index ead430060..590027e66 100644 --- a/tests/aspnetcore5/unit-tests.runner.4 +++ b/tests/aspnetcore5/unit-tests.runner.4 @@ -3,7 +3,6 @@ /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Razor.Test/Debug/net5.0/Microsoft.AspNetCore.Razor.Test.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Razor.Tools.Test/Debug/net5.0/Microsoft.AspNetCore.Razor.Tools.Test.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.ResponseCaching.Tests/Debug/net5.0/Microsoft.AspNetCore.ResponseCaching.Tests.dll -/aspnetcore/artifacts/bin/Microsoft.AspNetCore.ResponseCompression.Tests/Debug/net5.0/Microsoft.AspNetCore.ResponseCompression.Tests.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Rewrite.Tests/Debug/net5.0/Microsoft.AspNetCore.Rewrite.Tests.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Routing.FunctionalTests/Debug/net5.0/Microsoft.AspNetCore.Routing.FunctionalTests.dll /aspnetcore/artifacts/bin/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Debug/net5.0/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.dll