Skip to content

Commit b18d821

Browse files
committed
[tests] Enable ReadyToRun app size test.
1 parent 1f3cb5b commit b18d821

File tree

4 files changed

+504474
-4
lines changed

4 files changed

+504474
-4
lines changed

tests/dotnet/UnitTests/AppSizeTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public void CoreCLR_Interpreter (ApplePlatform platform, string runtimeIdentifie
3535
}
3636

3737
[TestCase (ApplePlatform.iOS, "ios-arm64")]
38-
[Ignore ("R2R is not implemented yet")]
3938
public void CoreCLR_R2R (ApplePlatform platform, string runtimeIdentifiers)
4039
{
4140
Run (platform, runtimeIdentifiers, "Release", $"{platform}-CoreCLR-R2R", true, new Dictionary<string, string> () { { "UseMonoRuntime", "false" }, { "PublishReadyToRun", "true" } });

tests/dotnet/UnitTests/expected/iOS-CoreCLR-Interpreter-size.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
AppBundleSize: 224,480,509 bytes (219,219.2 KB = 214.1 MB)
1+
AppBundleSize: 224,480,544 bytes (219,219.3 KB = 214.1 MB)
22
# The following list of files and their sizes is just informational / for review, and isn't used in the test:
33
_CodeSignature/CodeResources: 46,829 bytes (45.7 KB = 0.0 MB)
44
archived-expanded-entitlements.xcent: 384 bytes (0.4 KB = 0.0 MB)
5-
Info.plist: 1,167 bytes (1.1 KB = 0.0 MB)
5+
Info.plist: 1,138 bytes (1.1 KB = 0.0 MB)
66
libcoreclr.dylib: 6,692,608 bytes (6,535.8 KB = 6.4 MB)
77
libmscordaccore.dylib: 2,386,528 bytes (2,330.6 KB = 2.3 MB)
88
libmscordbi.dylib: 1,852,576 bytes (1,809.2 KB = 1.8 MB)
@@ -21,7 +21,7 @@ mscorlib.dll: 917,504 bytes (896.0 KB = 0.9 MB)
2121
netstandard.dll: 983,040 bytes (960.0 KB = 0.9 MB)
2222
PkgInfo: 8 bytes (0.0 KB = 0.0 MB)
2323
runtimeconfig.bin: 1,481 bytes (1.4 KB = 0.0 MB)
24-
SizeTestApp: 2,893,264 bytes (2,825.5 KB = 2.8 MB)
24+
SizeTestApp: 2,893,328 bytes (2,825.5 KB = 2.8 MB)
2525
SizeTestApp.dll: 7,680 bytes (7.5 KB = 0.0 MB)
2626
System.AppContext.dll: 917,504 bytes (896.0 KB = 0.9 MB)
2727
System.Buffers.dll: 917,504 bytes (896.0 KB = 0.9 MB)

0 commit comments

Comments
 (0)