From: Aaron Robinson Date: Tue, 7 Apr 2020 04:11:19 +0000 (-0700) Subject: Missed feedback. (#34622) X-Git-Tag: submit/tizen/20210909.063632~8726 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cb4931137f72efdac1b54a653bffa970b410746;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Missed feedback. (#34622) --- diff --git a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.cs b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.cs index 46707cb..e99c00a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.cs @@ -341,8 +341,7 @@ class AsAnyTests { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine($"Non-US English platforms are not supported.\nPassing {nameof(RunBestFitMappingTests)} without running."); return; } diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs index 68d9ccd..d26faff 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs index 268d74d..8741391 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.cs @@ -155,8 +155,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs index abf8527..7a9c869 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.cs @@ -174,8 +174,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs index 2679a60..6bcc58d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs index eecd969..f4d612c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs index b052ee4..20f4cbf 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.cs @@ -157,8 +157,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs index 352fa25..dbf7102 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.cs @@ -175,8 +175,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs index c3e1448..2ed457c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs index 65743cb..44c94c6 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs index 7d7ce5d..11fbc48 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.cs @@ -156,8 +156,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs index 284587f..2296005 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.cs @@ -175,8 +175,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs index 726480e..c09bd96 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs index d73a5ac..2dc352e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs index 91ea8ef..abe09f9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.cs @@ -157,8 +157,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs index feef5e9..cd4761c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.cs @@ -175,8 +175,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs index f9c4dcd..46b8c21 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs index f3bcaf7..f776402 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.cs @@ -163,8 +163,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs index e4f77ce..5310ab5 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.cs @@ -157,8 +157,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs index fbe5742..d89aeb0 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.cs @@ -212,8 +212,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs index ac07323..9f707cd 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.cs @@ -164,8 +164,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs index b62b02d..0d80614 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.cs @@ -161,8 +161,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs index a49669c..65cc722 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.cs @@ -155,8 +155,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs index 2a13da8..bbf1fc9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.cs @@ -173,8 +173,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs index 97bfa75..5e21496 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.cs @@ -161,8 +161,7 @@ public class BFM_CharMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs index 2c955af..a2a59a7 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.cs @@ -339,8 +339,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs index a34b14b..8398f51 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.cs @@ -324,8 +324,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs index 95c3be7..882d298 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.cs @@ -321,8 +321,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs index aa0b82e..d995e6b 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.cs @@ -310,8 +310,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs index 24dee80..fe4e43d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.cs @@ -333,8 +333,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs index 4b57b4d..97ce237 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.cs @@ -322,8 +322,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs index 9f5b274..5e8c23b 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.cs @@ -316,8 +316,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs index 86e9f89..d5e3b8b 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.cs @@ -343,8 +343,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs index 48d940c..52b9b84 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.cs @@ -332,8 +332,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs index 86a0571..25bb284 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.cs @@ -320,8 +320,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs index 19f1ae5..582d684 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.cs @@ -317,8 +317,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs index 3961ae6..6e24154 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.cs @@ -311,8 +311,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs index 3c6e5f2..227b7e0 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.cs @@ -336,8 +336,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs index 2717198..943f459 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.cs @@ -325,8 +325,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs index fde1e0d..8d7f542 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.cs @@ -320,8 +320,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs index 9318fd6..7234ac3 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.cs @@ -313,8 +313,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs index ca2efb0..7432475 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.cs @@ -329,8 +329,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs index 7cca5c2..83fad7c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.cs @@ -318,8 +318,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs index 781ade3..4212fcf 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.cs @@ -314,8 +314,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs index e2ab60b..bf7818c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.cs @@ -310,8 +310,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs index d17d901..1f6629f 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.cs @@ -334,8 +334,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs index 87e440c..1b0169e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.cs @@ -321,8 +321,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs index 0b72972..d9a549c 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.cs @@ -318,8 +318,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100; diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs index 0ae01d1..f2076b7 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.cs @@ -310,8 +310,7 @@ public class BFM_LPStrMarshaler { if (System.Globalization.CultureInfo.CurrentCulture.Name != "en-US") { - Console.WriteLine("Non english platforms are not supported"); - Console.WriteLine("passing without running tests"); + Console.WriteLine("Non-US English platforms are not supported.\nPassing without running tests"); Console.WriteLine("--- Success"); return 100;