From 95cc10d1ab5f8d73e24b574dd9da403b2272c835 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Fri, 30 Jan 2015 08:30:24 +0000 Subject: [PATCH] update baselines --- .../ToplevelNamespace.il.bsl | 2 +- .../ToplevelNamespaceP.il.bsl | 2 +- .../GenericComparison/Compare05.il.bsl | 2 +- .../GenericComparison/Compare05.il.netfx4.bsl | 2 +- .../GenericComparison/Compare07.il.bsl | 2 +- .../GenericComparison/Compare07.il.netfx4.bsl | 2 +- .../GenericComparison/Compare10.il.bsl | Bin 142526 -> 142554 bytes .../GenericComparison/Compare10.il.netfx4.bsl | Bin 142220 -> 142248 bytes .../GenericComparison/Equals04.il.bsl | 2 +- .../GenericComparison/Equals04.il.netfx4.bsl | 2 +- .../GenericComparison/Equals06.il.bsl | 2 +- .../GenericComparison/Equals06.il.netfx4.bsl | 2 +- .../GenericComparison/Equals09.il.bsl | Bin 141818 -> 141846 bytes .../GenericComparison/Equals09.il.netfx4.bsl | Bin 141512 -> 141540 bytes .../GenericComparison/Hash05.il.bsl | 2 +- .../GenericComparison/Hash05.il.netfx4.bsl | 2 +- .../GenericComparison/Hash06.il.bsl | 2 +- .../GenericComparison/Hash06.il.netfx4.bsl | 2 +- .../GenericComparison/Hash09.il.bsl | 2 +- .../GenericComparison/Hash09.il.netfx4.bsl | 2 +- .../GenericComparison/Hash12.il.bsl | Bin 134724 -> 134752 bytes .../GenericComparison/Hash12.il.netfx4.bsl | Bin 134436 -> 134464 bytes 22 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespace.il.bsl b/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespace.il.bsl index 7b24f0c2c94..7bc58a1c435 100644 --- a/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespace.il.bsl +++ b/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespace.il.bsl @@ -47,7 +47,7 @@ // =============== CLASS MEMBERS DECLARATION =================== -.class public auto autochar serializable beforefieldinit XYZ.Expr +.class public auto autochar serializable sealed beforefieldinit XYZ.Expr extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespaceP.il.bsl b/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespaceP.il.bsl index e8d2ce145ca..f19c1dc31eb 100644 --- a/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespaceP.il.bsl +++ b/tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespaceP.il.bsl @@ -47,7 +47,7 @@ // =============== CLASS MEMBERS DECLARATION =================== -.class public auto autochar beforefieldinit XYZ.Expr +.class public auto autochar sealed beforefieldinit XYZ.Expr extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.bsl index 7323d3fc971..57a2ce47aa9 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit Key + .class auto autochar serializable nested public sealed sealed beforefieldinit Key extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.netfx4.bsl index 9739729ece2..09c016b6263 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.netfx4.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.netfx4.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit Key + .class auto autochar serializable nested public sealed beforefieldinit Key extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.bsl index ff7e5009f03..98a03407d28 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit GenericKey`1 + .class auto autochar serializable nested public sealed beforefieldinit GenericKey`1 extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1>, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.netfx4.bsl index c69002b8ed0..696d2db33af 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.netfx4.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.netfx4.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit GenericKey`1 + .class auto autochar serializable nested public sealed beforefieldinit GenericKey`1 extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1>, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare10.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare10.il.bsl index 79f705ef5016de9ad5f14e91b7bbdf6db21e6fd8..bf2d12bc9501469cdae2bb18a454e21c3ee1ba98 100644 GIT binary patch delta 51 wcmdmYljGJ+jtxvg+{Fy342cXmKr&@=<2lXE8bUF9kOi9?&uwo!$7mY|0Li5hl>h($ delta 23 fcmcb0lVjgajtxvgn+1fL_B1azw|&7mMyogghHwhu diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare10.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Compare10.il.netfx4.bsl index 2134250f4e96b9f8e70c5ae28aad904a401861db..11cc13216ad26e0dfcbf37c5ee7afd822fa1369f 100644 GIT binary patch delta 51 wcmeCV&avV;#|9=L?qY^ihD3%OAeplHzhLDaWP!>51vQ)Jo!dU|9OJtf0KmEu$^ZZW delta 27 jcmZ2+oulVE#|9>$$y3g$Z8j4M*wZ}a-1aHw7)4?MuD1+H diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.bsl index 11b892174f8..7d24b0c2aa7 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit Key + .class auto autochar serializable nested public sealed beforefieldinit Key extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.netfx4.bsl index e9fccebef5c..be4b03bdfd9 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.netfx4.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.netfx4.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit Key + .class auto autochar serializable nested public sealed beforefieldinit Key extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.bsl index 68a1f3f742f..b91cdd0f966 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit GenericKey`1 + .class auto autochar serializable nested public sealed beforefieldinit GenericKey`1 extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1>, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.netfx4.bsl index ae1f2d82191..aa1b4bb2a8f 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.netfx4.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals06.il.netfx4.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit GenericKey`1 + .class auto autochar serializable nested public sealed beforefieldinit GenericKey`1 extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1>, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals09.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals09.il.bsl index e635343c74544467cb458b5d10f5ded6a91a2242..0886bf45020640daf6107c9237dd61b921ad2718 100644 GIT binary patch delta 51 wcmex$nPb`&jt$=gxr-T684?+CfMm+#?z5VkWrT`$BMUZnpWWVlmN7pD0P`La$p8QV delta 27 lcmV+$0ObFc)Cl_12(b1Mvjh^DyORVGCWFw;x6sW2MqIpc4FLcE diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals09.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Equals09.il.netfx4.bsl index b5ff1ca74f7691d7de1be4a597d87dc8d367c9c6..53a2e78631cbbe3d995f6503d2e9a97caf359a05 100644 GIT binary patch delta 51 wcmX?ck>klljt$=gxr-T684?+CfMm+#`m>swWrWgpBMUaypWR-6meDgB0P}tli2wiq delta 48 zcmV-00MGyA(Fn-V2(b1Mvjh^1yORVGCX>ql8k1n@1eY#D0T7cA0tS;X4MKxD&bK, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash05.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash05.il.netfx4.bsl index aece9e0c173..9f46888ae7f 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash05.il.netfx4.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash05.il.netfx4.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit Key + .class auto autochar serializable nested public sealed beforefieldinit Key extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.bsl index d2b316fa2c3..bc2d19fcd5b 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit Key + .class auto autochar serializable nested public sealed beforefieldinit Key extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.netfx4.bsl index 78392b3ebbc..0d74d03e740 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.netfx4.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash06.il.netfx4.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit Key + .class auto autochar serializable nested public sealed beforefieldinit Key extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.bsl index 504d97b9376..5768686c9f8 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit GenericKey`1 + .class auto autochar serializable nested public sealed beforefieldinit GenericKey`1 extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1>, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.netfx4.bsl index c1e73e25dab..463eb80d927 100644 --- a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.netfx4.bsl +++ b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash09.il.netfx4.bsl @@ -55,7 +55,7 @@ extends [mscorlib]System.Object { .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 07 00 00 00 00 00 ) - .class auto autochar serializable nested public beforefieldinit GenericKey`1 + .class auto autochar serializable nested public sealed beforefieldinit GenericKey`1 extends [mscorlib]System.Object implements class [mscorlib]System.IEquatable`1>, [mscorlib]System.Collections.IStructuralEquatable, diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash12.il.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash12.il.bsl index fb95d1a00621c61a890146ea6f25c66274dd98d8..4f0e432097c997024a20672e3c8e151fe6c430eb 100644 GIT binary patch delta 56 zcmX>yhvUH=bvU=>I48% CSrqmF delta 35 tcmV+;0NnrJoCw662(aD}lfKI)lQwP?lMn(1vn&#Xxr4sTx4z2(qCzBW5F-Ep diff --git a/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash12.il.netfx4.bsl b/tests/fsharpqa/Source/Optimizations/GenericComparison/Hash12.il.netfx4.bsl index df7729306ee3c0b3e85160108d6b6e634ff090bf..b6594a420ac1a86c68391e78848c0ee562157ee1 100644 GIT binary patch delta 51 wcmZ27i{rp7jt%z&xr-T684?+CfMm+%+k(4yA`48uEvVVN=k)eHrx`OG0okk)=Kufz delta 35 tcmV+;0Nnq;nh2zt2(aD}ld{VulO}%@lMn(1vn&#Lxr4IHx3bFtjzJk251Rl0