@@ -711,9 +711,9 @@ public void BuildMkBundleApplicationReleaseAllAbi ()
711711 [ Test ]
712712 [ TestCaseSource ( nameof ( AotChecks ) ) ]
713713 [ Category ( "Minor" ) ]
714- public void BuildAotApplication ( string supportedAbis , bool enableLLVM , bool expectedResult )
714+ public void BuildAotApplicationAndÜmläüts ( string supportedAbis , bool enableLLVM , bool expectedResult )
715715 {
716- var path = Path . Combine ( "temp" , string . Format ( "BuildAotApplication_ {0}_{1}_{2}" , supportedAbis , enableLLVM , expectedResult ) ) ;
716+ var path = Path . Combine ( "temp" , string . Format ( "BuildAotApplication AndÜmläüts_ {0}_{1}_{2}" , supportedAbis , enableLLVM , expectedResult ) ) ;
717717 var proj = new XamarinAndroidApplicationProject ( ) {
718718 IsRelease = true ,
719719 BundleAssemblies = false ,
@@ -747,7 +747,7 @@ public void BuildAotApplication (string supportedAbis, bool enableLLVM, bool exp
747747 // LLVM passes a direct path to libc.so, and we need to use the libc.so
748748 // which corresponds to the *minimum* SDK version specified in AndroidManifest.xml
749749 // Since we overrode minSdkVersion=16, that means we should use libc.so from android-16.
750- var rightLibc = new Regex ( @"^ \s*\[AOT\].*cross-.*--llvm.*,ld-flags= .*android-16.arch-.*.usr.lib.libc\.so" , RegexOptions . Multiline ) ;
750+ var rightLibc = new Regex ( @"\s*\[aot-compiler stdout] .*android-16.arch-.*.usr.lib.libc\.so" , RegexOptions . Multiline ) ;
751751 var m = rightLibc . Match ( string . Join ( "\n " , b . LastBuildOutput ) ) ;
752752 Assert . IsTrue ( m . Success , "AOT+LLVM should use libc.so from minSdkVersion!" ) ;
753753 }
@@ -782,9 +782,9 @@ public void BuildAotApplication (string supportedAbis, bool enableLLVM, bool exp
782782 [ Test ]
783783 [ TestCaseSource ( nameof ( AotChecks ) ) ]
784784 [ Category ( "Minor" ) ]
785- public void BuildAotApplicationAndBundle ( string supportedAbis , bool enableLLVM , bool expectedResult )
785+ public void BuildAotApplicationAndBundleAndÜmläüts ( string supportedAbis , bool enableLLVM , bool expectedResult )
786786 {
787- var path = Path . Combine ( "temp" , string . Format ( "BuildAotApplicationAndBundle_ {0}_{1}_{2}" , supportedAbis , enableLLVM , expectedResult ) ) ;
787+ var path = Path . Combine ( "temp" , string . Format ( "BuildAotApplicationAndBundle AndÜmläüts_ {0}_{1}_{2}" , supportedAbis , enableLLVM , expectedResult ) ) ;
788788 var proj = new XamarinAndroidApplicationProject ( ) {
789789 IsRelease = true ,
790790 BundleAssemblies = true ,
0 commit comments