From 03ad768bada4da4f33005911da2e1a9571095a79 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 1 Dec 2016 13:34:08 -0800 Subject: [PATCH] Disable test against dotnet/coreclr#8418 to unblock corefx updates Commit migrated from https://github.com/dotnet/coreclr/commit/28e4d0d2422cd88839944686c550529904915b5b --- src/coreclr/tests/issues.targets | 3 +++ src/coreclr/tests/testsFailingOutsideWindows.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index 1cf266b..d1f3dc2 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -184,6 +184,9 @@ 6707 + + 8418 + diff --git a/src/coreclr/tests/testsFailingOutsideWindows.txt b/src/coreclr/tests/testsFailingOutsideWindows.txt index 260f9a5..2d0d497 100644 --- a/src/coreclr/tests/testsFailingOutsideWindows.txt +++ b/src/coreclr/tests/testsFailingOutsideWindows.txt @@ -76,4 +76,5 @@ Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613/Generate Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614/Generated614.sh Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681/Generated681.sh Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682/Generated682.sh -Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683/Generated683.sh \ No newline at end of file +Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683/Generated683.sh +JIT/opt/perf/doublealign/Locals/Locals.sh -- 2.7.4