Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created January 24, 2014 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GouriKumari/9bd0399f690c3cf95c44 to your computer and use it in GitHub Desktop.
Save GouriKumari/9bd0399f690c3cf95c44 to your computer and use it in GitHub Desktop.
XQAiPadAir703
[Local Date/Time: 1/24/2014 10:52:54 AM]
[Remote Address: 10.1.10.185:61443]
[Runner executing: Run Everything]
[MonoTouch Version: 7.0.7]
[iPad: iPhone OS v7.0.3]
[Device Name: XQAiPadAir703]
[Device UDID: FFFFFFFF59CFFA8C8B9E426E8E60904F51E71661]
[Device Locale: en_US]
[Device Date/Time: 1/24/2014 1:52:52 PM]
[Bundle: com.xamarin.systemcoretests]
systemcoretests
HashSetTest
[PASS] Enumerator_Current
[PASS] TestAdd
[PASS] TestClear
[PASS] TestContains
[PASS] TestCopyTo
[PASS] TestCopyToEmpty
[PASS] TestCopyToFull
[PASS] TestCopyToPrecise
[PASS] TestEmptyHashSubsetOf
[PASS] TestExceptWith
[PASS] TestHashSetEqualityComparer
[PASS] TestICollection
[PASS] TestIntersectWith
[PASS] TestIntersectWithComparer
[PASS] TestMassiveAdd
[PASS] TestMassiveRemove
[PASS] TestModifySetWhileForeach
[PASS] TestNullsWithComparerThrowingException
[PASS] TestOverlaps
[PASS] TestProperSubsetOf
[PASS] TestProperSubsetOfComparer
[PASS] TestProperSupersetOf
[PASS] TestProperSupersetOfComparer
[PASS] TestRemove
[PASS] TestRemoveWhere
[PASS] TestSetEquals
[PASS] TestSetEqualsComparer
[PASS] TestSubsetOf
[PASS] TestSubsetOfComparer
[PASS] TestSupersetOf
[PASS] TestSupersetOfComparer
[PASS] TestSymmetricExceptWith
[PASS] TestUnionWith
HashSetTest : 231 ms
MemoryMappedFileTest
[PASS] Basic
[PASS] CreateFromFile_Null
[PASS] CreateViewBasic
[PASS] CreateViewStream_Offsets
[PASS] CreateViewStream_Rights
[PASS] ViewReadArray
MemoryMappedFileTest : 68 ms
EnumerableAsQueryableTest
[PASS] Aggregate
[PASS] All
[PASS] Any
[PASS] Average
[PASS] Concat
[PASS] Contains
[PASS] Count
[PASS] Distinct
[PASS] ElementAt
[PASS] ElementAtOrDefault
[PASS] Except
[PASS] First
[PASS] FirstOrDefault
[PASS] GroupBy
[PASS] InstantiatedGenericMethod
[PASS] Intersect
[PASS] Last
[PASS] LastOrDefault
[PASS] LongCount
[PASS] Max
[PASS] Min
[PASS] NewQueryableExpression
[PASS] NonGenericAsQueryableInstantiateProperQueryable
[PASS] NonGenericEnumerable1
[PASS] NonGenericEnumerable2
[FAIL] NonGenericMethod : System.ArgumentNullException : Argument cannot be null.
Parameter name: method
at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure, Boolean allowClosed) [0x0035a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:279
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method, Boolean throwOnBindFailure) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:289
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression.CreateLambda (System.Type delegateType, System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, System.Collections.ObjectModel.ReadOnlyCollection`1 parameters) [0x00072] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:254
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, IEnumerable`1 parameters) [0x000b7] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:471
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, Boolean tailCall, IEnumerable`1 parameters) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:380
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.Linq.Expressions.ParameterExpression[] parameters) [0x00000] in <filename unknown>:0
at System.Linq.QueryableEnumerable`1[System.Int32].Execute (System.Linq.Expressions.Expression expression) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/System.Core/System.Linq/QueryableEnumerable.cs:97
at MonoTests.System.Linq.EnumerableAsQueryableTest.NonGenericMethod () [0x0005a] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq/EnumerableAsQueryableTest.cs:369
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] NullEnumerable
[PASS] OfType
[PASS] OrderBy
[PASS] OrderByDescending
[PASS] Reverse
[PASS] Select
[PASS] SelectMany
[PASS] SequenceEqual
[PASS] Single
[PASS] SingleOrDefault
[PASS] Skip
[PASS] SkipWhile
[PASS] Sum
[PASS] Take
[PASS] TakeWhile
[PASS] Union
[FAIL] UserExtensionMethod : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00362] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1639
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileMethodCallExpression (System.Linq.Expressions.Expression expr) [0x0017d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1288
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001ba] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1606
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00024] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:546
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00223] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1613
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at (wrapper unknown) object:gsharedvt_out ()
at System.Linq.QueryableEnumerable`1[System.Int32].Execute[Boolean] (System.Linq.Expressions.Expression expression) [0x00012] in /Developer/MonoTouch/Source/mono/mcs/class/System.Core/System.Linq/QueryableEnumerable.cs:114
at (wrapper unknown) object:gsharedvt_in ()
at MonoTests.System.Linq.EnumerableAsQueryableTest.UserExtensionMethod () [0x000af] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq/EnumerableAsQueryableTest.cs:337
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserExtensionMethodNegative
[PASS] Where
EnumerableAsQueryableTest : 318 ms
EnumerableFixture
[PASS] Aggregate_AddFuncOnIntegers_ReturnsTotal
[PASS] Aggregate_AddFuncOnIntegersWithSeed_ReturnsTotal
[PASS] Aggregate_EmptySource_ThrowsInvalidOperationException
[PASS] Aggregate_NullFunc_ThrowsArgumentNullException
[PASS] Aggregate_NullSource_ThrowsArgumentNullException
[PASS] All_NullSource_ThrowsArgumentNullException
[PASS] All_SomeSourceElementsNotSatifyingPredicate_ReturnsFalse
[PASS] All_SourceElementsSatisfyingPredicate_ReturnsTrue
[PASS] Any_EmptySource_ReturnsFalse
[PASS] Any_NonEmptySource_ReturnsTrue
[PASS] Any_NullSource_ThrowsArgumentNullException
[PASS] Any_PredicateArg_EmptySource_ReturnsFalse
[PASS] Any_PredicateArg_NonEmptySource_ReturnsTrue
[PASS] AsEnumerable_NonNullSource_ReturnsSourceReference
[PASS] AsEnumerable_NullSource_ReturnsNull
[PASS] Average_Decimals_ReturnsAverage
[PASS] Average_Doubles_ReturnsAverage
[PASS] Average_EmptyDecimalSource_ThrowsInvalidOperationException
[PASS] Average_EmptyDoubleSource_ThrowsInvalidOperationException
[PASS] Average_EmptyFloatSource_ThrowsInvalidOperationException
[PASS] Average_EmptyLongSource_ThrowsInvalidOperationException
[PASS] Average_EmptyNullableDecimalSource_Null
[PASS] Average_EmptyNullableDoubleSource_Null
[PASS] Average_EmptyNullableFloatSource_Null
[PASS] Average_EmptyNullableIntegerSource_Null
[PASS] Average_EmptyNullableIntegerSource_ReturnsNull
[PASS] Average_EmptyNullableLongSource_Null
[PASS] Average_EmptySource_ThrowsInvalidOperationException
[PASS] Average_Floats_ReturnsAverage
[PASS] Average_Longs_ReturnsAverage
[PASS] Average_NullableDecimalsWithSomeNulls_ReturnsAverage
[PASS] Average_NullableDoublesWithSomeNulls_ReturnsAverage
[PASS] Average_NullableFloatsWithSomeNulls_ReturnsAverage
[PASS] Average_NullableIntegersWithSomeNull_ReturnsAverage
[PASS] Average_NullableLongsWithSomeNull_ReturnsAverage
[PASS] Average_SelectorArg_Decimals_ReturnsAverage
[PASS] Average_SelectorArg_Doubles_ReturnsAverage
[PASS] Average_SelectorArg_Floats_ReturnsAverage
[PASS] Average_SelectorArg_Integers_ReturnsAverage
[PASS] Average_SelectorArg_Longs_ReturnsAverage
[PASS] Average_SelectorArg_NullableDecimalsWithSomeNulls_ReturnsAverage
[PASS] Average_SelectorArg_NullableDoublesWithSomeNulls_ReturnsAverage
[PASS] Average_SelectorArg_NullableFloatsWithSomeNulls_ReturnsAverage
[PASS] Average_SelectorArg_NullableIntegersWithSomeNull_ReturnsAverage
[PASS] Average_SelectorArg_NullableLongsWithSomeNull_ReturnsAverage
[PASS] Cast_Integers_YieldsUpcastedObjects
[PASS] Cast_InvalidSource_ThrowsInvalidCastException
[PASS] Cast_NullSource_ThrowsArgumentNullException
[PASS] Cast_ObjectSourceContainingIntegers_YieldsDowncastedIntegers
[PASS] Concat_FirstSourceNull_ThrowsArgumentNullException
[PASS] Concat_SecondSourceNull_ThrowsArgumentNullException
[PASS] Concat_TwoSequences_CombinedSequenceWhereElementsOfSecondFollowFirst
[PASS] Contains_CollectionOptimization_ReturnsTrueWithoutEnumerating
[PASS] Contains_SequenceContainingSoughtValue_ReturnsTrue
[PASS] Contains_SequenceWithoutSoughtValue_ReturnsFalse
[PASS] Count_Integers_ReturnsNumberOfElements
[PASS] Count_PredicateArg_Strings_CountsOnlyStringsWithEvenLength
[PASS] DefaultIfEmpty_DefaultValueArg_EmptyIntegerSequenceAndNonZeroDefault_ReturnNonZeroDefault
[PASS] DefaultIfEmpty_DefaultValueArg_Integers_YieldsIntegersInOrder
[PASS] DefaultIfEmpty_EmptyIntegerSequence_ReturnsZero
[PASS] DefaultIfEmpty_Integers_YieldsIntegersInOrder
[PASS] Distinct_IntegersWithSomeDuplicates_YieldsIntegersInSourceOrderWithoutDuplicates
[PASS] Distinct_MixedCaseStringsWithCaseIgnoringComparer_YieldsFirstCaseOfEachDistinctStringInSourceOrder
[PASS] Distinct_NullSource_ThrowsArgumentNullException
[PASS] ElementAt_IndexOutOfRange_ThrowsArgumentOutOfRangeException
[PASS] ElementAt_Integers_ReturnsValueAtGivenIndex
[PASS] ElementAt_ListOptimization_ReturnsValueAtGivenIndex
[PASS] ElementAt_NegativeIndex_ThrowsArgumentOutOfRangeException
[PASS] ElementAt_ReadOnlyListOptimization_ReturnsValueAtGivenIndex
[PASS] ElementAtOrDefault_BooleansAndNegativeIndex_ReturnsDefault
[PASS] ElementAtOrDefault_Integers_ReturnsValueAtGivenIndex
[PASS] ElementAtOrDefault_IntegersWithOutOfRangeIndex_ReturnsDefault
[PASS] ElementAtOrDefault_ListOptimization_ReturnsValueAtGivenIndex
[PASS] ElementAtOrDefault_Objects_ReturnsValueAtGivenIndex
[PASS] ElementAtOrDefault_ObjectsWithOutOfRangeIndex_ReturnsNull
[PASS] ElementAtOrDefault_ReadOnlyListOptimization_ReturnsValueAtGivenIndex
[PASS] Empty_YieldsEmptySource
[PASS] Except_SecondArg_ArgumentNull_ThrowsArgumentNullException
[PASS] Except_SecondArg_ValidArgument_ReturnsDifference
[PASS] Except_SecondArgComparerArg_ComparerIsUsed
[PASS] First_EmptySource_ThrowsInvalidOperationException
[PASS] First_IntegerListOptimization_ReturnsFirstElementWithoutEnumerating
[PASS] First_Integers_ReturnsFirst
[PASS] First_IntegerSequenceWithNoneMatchingPredicate_ThrowsInvalidOperationException
[PASS] First_IntegersWithPredicateForEvens_FirstEvenInteger
[PASS] FirstOrDefault_EmptyBooleanSource_ReturnsFalse
[PASS] FirstOrDefault_Objects_ReturnsFirstReference
[PASS] FirstOrDefault_PredicateArg_IntegerSequenceWithNonMatchingPredicate_ReturnsDefaultValue
[PASS] FirstOrDefault_PredicateArg_NonNullPredicate_ReturnsFirstMatchingItem
[PASS] FirstOrDefault_PredicateArg_NullPredicate_ThrowsArgumentNullException
[PASS] GroupBy_KeySelectorArg_NullAsKeySelector_ThrowsArgumentNullException
[PASS] GroupBy_KeySelectorArg_ValidArguments_CorrectCaseSensitiveGrouping
[PASS] GroupBy_KeySelectorArg_ValidArguments_CorrectGrouping
[PASS] GroupBy_KeySelectorArgComparerArg_KeysThatDifferInCasingNonCaseSensitiveStringComparer_CorrectGrouping
[PASS] GroupBy_KeySelectorArgElementSelectorArg_ValidArguments_CorrectGroupingAndProjection
[PASS] GroupBy_KeySelectorArgElementSelectorArgComparerArg_ValidArguments_CorrectGroupingAndProcessing
[PASS] GroupBy_KeySelectorArgElementSelectorArgResultSelectorArg_ValidArguments_CorrectGroupingAndTransforming
[PASS] GroupBy_KeySelectorArgElementSelectorArgResultSelectorArgComparerArg_ValidArguments_CorrectGroupingAndTransforming
[PASS] GroupBy_KeySelectorArgResultSelectorArg_ValidArguments_CorrectGroupingProcessing
[PASS] GroupBy_KeySelectorArgResultSelectorArgComparerArg_ValidArguments_CorrectGroupingAndTransforming
[PASS] GroupJoin_InnerArgOuterKeySelectorArgInnerKeySelectorArgResultSelectorArg_NullOuterKeySelector_ThrowsArgumentNullException
[PASS] GroupJoin_InnerArgOuterKeySelectorArgInnerKeySelectorArgResultSelectorArg_ValidArguments_CorrectGroupingAndJoining
[PASS] GroupJoin_InnerArgOuterKeySelectorArgInnerKeySelectorArgResultSelectorArgComparerArg_ValidArguments_CorrectGroupingAndJoining
[PASS] Intersect_IntegerSources_YieldsCommonSet
[PASS] Intersect_MixedStringsAndCaseInsensitiveComparer_YieldsCommonSetFromFirstSource
[PASS] Intersect_NullSecondSource_ThrowsArgumentNullException
[PASS] Join_InnerArgOuterKeySelectorArgInnerKeySelectorArgResultSelectorArg_PassingPetsAndOwners_PetsAreCorrectlyAssignedToOwners
[PASS] Join_InnerArgOuterKeySelectorArgInnerKeySelectorArgResultSelectorArg_PassNullAsArgument_ThrowsArgumentNullException
[PASS] Join_InnerArgOuterKeySelectorArgInnerKeySelectorArgResultSelectorArgComparerArg_PetOwnersNamesCasingIsInconsistent_CaseInsensitiveJoinIsPerformed
[PASS] Last_EmptyIntegerListOptimization_ThrowsInvalidOperationException
[PASS] Last_IntegerListOptimization_ReturnsLastElementWithoutEnumerating
[PASS] Last_Integers_ReturnsLastElement
[PASS] Last_PredicateArg_ListOfInts_ReturnsLastMatchingElement
[PASS] Last_PredicateArg_NoMatchingElement_ThrowsInvalidOperationException
[PASS] Last_PredicateArg_NullAsPredicate_ThrowsArgumentNullException
[PASS] LastOrDefault_EmptySource_ReturnsZero
[PASS] LastOrDefault_NonEmptyList_ReturnsLastElement
[PASS] LastOrDefault_PredicateArg_NoMatchingElement_ReturnsZero
[PASS] LastOrDefault_PredicateArg_ValidArguments_RetunsLastMatchingElement
[PASS] LongCount_PredicateArg_NullAsPredicate_ThrowsArgumentNullException
[PASS] LongCount_PredicateArg_ValidArguments_ReturnsCorrectNumerOfMatchingElements
[PASS] LongCount_ValidArgument_ReturnsCorrectNumberOfElements
[PASS] Max_EmptyList_ThrowsInvalidOperationException
[PASS] Max_EmptyNullableIntegerArray_ReturnsNull
[PASS] Max_Integers_ReturnsMaxValue
[PASS] Max_ListWithNullableType_ReturnsMaximum
[PASS] Max_NullableDecimals_ReturnsMaxValue
[PASS] Max_NullableDoubles_ReturnsMaxValue
[PASS] Max_NullableFloats_ReturnsMaxValue
[PASS] Max_NullableIntegerArrayWithNullsOnly_ReturnsNull
[PASS] Max_NullableList_ReturnsMaxNonNullValue
[PASS] Max_NullableLongs_ReturnsMaxValue
[PASS] Max_SelectorArg_ListOfObjects_ReturnsMaxSelectedValue
[PASS] Min_Chars_ReturnsMinimumBySortOrder
[PASS] Min_EmptyList_ThrowsInvalidOperationException
[PASS] Min_IntegersWithSomeNull_ReturnsMinimumNonNullValue
[PASS] Min_NullableDecimals_ReturnsMinimumNonNullValue
[PASS] Min_NullableDoubles_ReturnsMinimumNonNullValue
[PASS] Min_NullableFloats_ReturnsMinimumNonNullValue
[PASS] Min_NullableLongs_ReturnsMinimumNonNullValue
[PASS] Min_StringsWithLengthSelector_ReturnsMinimumNonNullStringLength
[PASS] OfType_EnumerableWithElementsOfDifferentTypes_OnlyDecimalsAreReturned
[PASS] OrderBy_KeySelector_ArrayOfPersons_PersonsAreOrderedByAge
[PASS] OrderBy_KeySelector_DataWithDuplicateKeys_YieldsStablySortedData
[PASS] OrderBy_KeySelectorArg_NullAsKeySelector_ThrowsArgumentNullException
[PASS] OrderBy_KeySelectorArgComparerArg_ArrayOfPersonsAndReversecomparer_PersonsAreOrderedByAgeUsingReversecomparer
[PASS] OrderByDescending_KeySelectorArg_ArrayOfPersons_PersonsAreOrderedByAgeDescending
[PASS] Range_NegativeCount_ThrowsArgumentOutOfRangeException
[PASS] Range_ProduceRangeThatLeadsToOverflow_ThrowsArgumentOutOfRangeException
[PASS] Range_Start10Count5_IntsFrom10To14
[PASS] Repeat_PassNegativeCount_ThrowsArgumentOutOfRangeException
[PASS] Repeat_StringArgumentCount2_ReturnValueContainsStringArgumentTwice
[PASS] Reverse_SeriesOfInts_IntsAreCorrectlyReversed
[PASS] Select_ArrayOfPersons_AgeOfPersonsIsSelectedAccordingToPassedLambdaExpression
[PASS] Select_SelectorArg_LambdaThatTakesIndexAsArgument_ReturnValueContainsElementsMultipliedByIndex
[PASS] SelectMany_CollectionSelectorArgResultSelectorArg_ArrayOfPetOwner_ResultContainsElementForEachPetAPetOwnerHas
[PASS] SelectMany_Selector3Arg_ArrayOfPetOwners_SelectorUsesElementIndexArgument
[PASS] SelectMany_SelectorArg_ArrayOfPersons_ReturnsASequenceWithAllLettersOfFirstnames
[PASS] SequenceEqual_DifferentSequences_ReturnsFalse
[PASS] SequenceEqual_EqualSequences_ReturnsTrue
[PASS] SequenceEqual_FloatsWithTolerantComparer_ComparerIsUsed
[PASS] SequenceEqual_LongerSecondSequence_ReturnsFalse
[PASS] SequenceEqual_NullFirstSequence_ThrowsArgumentNullException
[PASS] SequenceEqual_NullSecondSequence_ThrowsArgumentNullException
[PASS] SequenceEqual_ShorterSecondSequence_ReturnsFalse
[PASS] Single_EmptySource_ThrowsInvalidOperationException
[PASS] Single_PredicateArg_ArrayOfIntWithOnlyOneElementSatisfyingCondition_ReturnsOnlyThisElement
[PASS] Single_PredicateArg_MoreThanOneElementSatisfiedCondition_ThrowsInvalidOperationException
[PASS] Single_PredicateArg_NoElementSatisfiesCondition_ThrowsInvalidOperationException
[PASS] Single_PredicateArg_PassNullAsPredicate_ThrowsArgumentNullException
[PASS] Single_PredicateArg_SourceIsEmpty_ThrowsInvalidOperationException
[PASS] Single_SourceWithMoreThanOneElement_ThrowsInvalidOperationException
[PASS] Single_SourceWithOneElement_ReturnsSingleElement
[PASS] SingleOrDefault_EmptySource_ReturnsZero
[PASS] SingleOrDefault_MoreThanOneElementInSource_ThrowsInvalidOperationException
[PASS] SingleOrDefault_PredicateArg_EmptySource_ReturnsZero
[PASS] SingleOrDefault_PredicateArg_MoreThanOneElementSatisfiesCondition_ThrowsInvalidOperationException
[PASS] SingleOrDefault_PredicateArg_NoElementSatisfiesCondition_ReturnsZero
[PASS] SingleOrDefault_PredicateArg_OneElementSatisfiesCondition_ReturnsCorrectElement
[PASS] SingleOrDefault_PredicateArg_PassNullAsPredicate_ThrowsArgumentNullException
[PASS] SingleOrDefault_SourceWithOneElement_ReturnsSingleElement
[PASS] Skip_IntsFromOneToTenAndFifeAsSecondArg_IntsFromSixToTen
[PASS] Skip_PassNegativeValueAsCount_SameBehaviorAsMicrosoftImplementation
[PASS] SkipWhile_Predicate3Arg_IntsFromOneToNine_ElementsAreSkippedWhileIndexLessThanFive
[PASS] SkipWhile_PredicateArg_ArrayOfIntsWithElementsNotSatisfyingConditionAtTheEnd_IntsAtTheEndArePartOfResult
[PASS] SkipWhile_PredicateArg_IntsFromOneToFive_ElementsAreSkippedAsLongAsConditionIsSatisfied
[PASS] SkipWhile_PredicateArg_PassNullAsPredicate_ThrowsArgumentNullException
[PASS] SkipWhile_PredicateArg_PredicateAlwaysTrue_EmptyResult
[PASS] Sum_Decimals_ReturnsSum
[PASS] Sum_Doubles_ReturnsSum
[PASS] Sum_Floats_ReturnsSum
[PASS] Sum_IntsFromOneToTen_ResultIsFiftyFive
[PASS] Sum_Longs_ReturnsSum
[PASS] Sum_NullableDecimals_ReturnsSum
[PASS] Sum_NullableDoubles_ReturnsSum
[PASS] Sum_NullableFloats_ReturnsSum
[PASS] Sum_NullableIntsAsArguments_ReturnsCorrectSum
[PASS] Sum_NullableLongs_ReturnsSum
[PASS] Sum_SelectorArg_Decimals_ReturnsSum
[PASS] Sum_SelectorArg_Doubles_ReturnsSum
[PASS] Sum_SelectorArg_Floats_ReturnsSum
[PASS] Sum_SelectorArg_Longs_ReturnsSum
[PASS] Sum_SelectorArg_NullableDecimalsWithSomeNulls_ReturnsSum
[PASS] Sum_SelectorArg_NullableDoublesWithSomeNulls_ReturnsSum
[PASS] Sum_SelectorArg_NullableFloatsWithSomeNulls_ReturnsSum
[PASS] Sum_SelectorArg_NullableLongsWithSomeNulls_ReturnsSum
[PASS] Sum_SelectorArg_StringArray_ResultIsSumOfStringLengths
[PASS] Sum_SelectorArgNullableIntegersWithSomeNulls_ReturnsSum
[PASS] Sum_SumOfArgumentsCausesOverflow_ThrowsOverflowException
[PASS] Take_CountBiggerThanList_ReturnsAllElements
[PASS] Take_IntsFromOneToSixAndThreeAsCount_IntsFromOneToThreeAreReturned
[PASS] TakeWhile_IntsFromOneToTenAndConditionThatSquareIsSmallerThan50_IntsFromOneToSeven
[PASS] TakeWhile_PassNullAsPredicate_ThrowsArgumentNullException
[PASS] ThenBy_KeySelector_DataWithDuplicateKeys_YieldsStablySortedData
[PASS] ThenBy_NullKeySelector_ThrowsArgumentNullException
[PASS] ThenBy_NullSource_ThrowsArgumentNullException
[PASS] ThenByDescending_KeySelectorArgComparerArg_StringArray_CorrectOrdering
[PASS] ToArray_IntsFromOneToTen_ResultIsIntArrayContainingAllElements
[PASS] ToDictionary_KeySelectorArg_DuplicateKeys_ThrowsArgumentException
[PASS] ToDictionary_KeySelectorArg_KeySelectorYieldsNull_ThrowsArgumentNullException
[PASS] ToDictionary_KeySelectorArg_ValidArguments_KeySelectorIsUsedForKeysInDictionary
[PASS] ToDictionary_KeySelectorArgElementSelectorArg_IntsFromOneToTen_KeySelectorAndElementSelectorAreUsedForDictionaryElements
[PASS] ToList_IntsFromOneToTen_ReturnsListOfIntsContainingAllElements
[PASS] ToLookup_KeySelectorArg_Strings_StringsByLength
[PASS] ToLookup_KeySelectorArgElementSelectorArg_Strings_ProjecetedStringsByLength
[PASS] Union_SecondArg_PassNullAsArgument_ThrowsArgumentNullException
[PASS] Union_SecondArg_ValidIntArguments_NoDuplicatesAndInSourceOrder
[PASS] Union_SecondArgComparerArg_UpperCaseAndLowerCaseStrings_PassedComparerIsUsed
[PASS] Where_IntegersWithEvensPredicate_YieldsEvenIntegers
[PASS] Where_NullPredicate_ThrowsArgumentNullException
[PASS] Where_StringsWithEvenIndexPredicate_YieldsElementsWithEvenIndex
[PASS] Zip
[PASS] Zip_FirstSourceNull_ThrowsArgumentNullException
[PASS] Zip_ResultNull_ThrowsArgumentNullException
[PASS] Zip_SecondSourceNull_ThrowsArgumentNullException
EnumerableFixture : 225 ms
EnumerableMoreTest
[PASS] AggregateArgumentNullTest
[PASS] AggregateTest
[PASS] AllArgumentNullTest
[PASS] AllTest
[PASS] AnyArgumentNullTest
[PASS] AnyTest
[PASS] AsEnumerableArgumentNullTest
[PASS] AsEnumerableTest
[PASS] AverageArgumentNullTest
[PASS] AverageTest
[PASS] CastArgumentNullTest
[PASS] CastTest
[PASS] ConcatArgumentNullTest
[PASS] ConcatTest
[PASS] ContainsArgumentNullTest
[PASS] ContainsTest
[PASS] CountArgumentNullTest
[PASS] CountTest
[PASS] DefaultIfEmptyArgumentNullTest
[PASS] DefaultIfEmptyTest
[PASS] DistinctArgumentNullTest
[PASS] DistinctTest
[PASS] ElementAtArgumentNullTest
[PASS] ElementAtOrDefaultArgumentNullTest
[PASS] ElementAtOrDefaultTest
[PASS] ElementAtTest
[PASS] EmptyTest
[PASS] ExceptArgumentNullTest
[PASS] ExceptMultipleItems
[PASS] ExceptTest
[PASS] FirstArgumentNullTest
[PASS] FirstOrDefaultArgumentNullTest
[PASS] FirstOrDefaultTest
[PASS] FirstTest
[PASS] GroupByArgumentNullTest
[PASS] GroupByLastNullGroup
[PASS] GroupByTest
[PASS] GroupJoinArgumentNullTest
[PASS] GroupJoinTest
[PASS] GroupJoinWithNullKeys
[PASS] IntersectArgumentNullTest
[PASS] IntersectTest
[PASS] JoinArgumentNullTest
[PASS] JoinTest
[PASS] JoinTestNullKeys
[PASS] LastArgumentNullTest
[PASS] LastOrDefaultArgumentNullTest
[PASS] LastOrDefaultTest
[PASS] LastTest
[PASS] LongCountArgumentNullTest
[PASS] LongCountTest
[PASS] MaxArgumentNullTest
[PASS] MaxTest
[PASS] MinArgumentNullTest
[PASS] MinTest
[PASS] OfTypeArgumentNullTest
[PASS] OfTypeTest
[PASS] OrderByArgumentNullTest
[PASS] OrderByDescendingArgumentNullTest
[PASS] OrderByDescendingTest
[PASS] OrderByTest
[PASS] RangeArgumentNullTest
[PASS] RangeTest
[PASS] ReverseArgumentNullTest
[PASS] ReverseTest
[PASS] SelectArgumentNullTest
[PASS] SelectManyArgumentNullTest
[PASS] SelectManyTest
[PASS] SelectTest
[PASS] SequenceEqualArgumentNullTest
[PASS] SequenceEqualTest
[PASS] SingleArgumentNullTest
[PASS] SingleOrDefaultArgumentNullTest
[PASS] SingleOrDefaultTest
[PASS] SingleTest
[PASS] SkipArgumentNullTest
[PASS] SkipTest
[PASS] SkipWhileArgumentNullTest
[PASS] SkipWhileTest
[PASS] SumArgumentNullTest
[PASS] SumTest
[PASS] TakeArgumentNullTest
[PASS] TakeTest
[PASS] TakeWhileArgumentNullTest
[PASS] TakeWhileTest
[PASS] ThenByArgumentNullTest
[PASS] ThenByDescendingArgumentNullTest
[PASS] ThenByDescendingTest
[PASS] ThenByTest
[PASS] ToArrayArgumentNullTest
[PASS] ToArrayTest
[PASS] ToDictionaryArgumentNullTest
[PASS] ToDictionaryTest
[PASS] ToListArgumentNullTest
[PASS] ToListTest
[PASS] ToLookupArgumentNullTest
[PASS] ToLookupNullKeyTest
[PASS] ToLookupTest
[PASS] UnionArgumentNullTest
[PASS] UnionTest
[PASS] WhereArgumentNullTest
[PASS] WhereTest
EnumerableMoreTest : 153 ms
EnumerableTest
[PASS] EmptyRangeStartingAtMinInt32
[PASS] ReverseArrays
[PASS] SingleValueOfMaxInt32
[PASS] SumOnEmpty
[PASS] TestAverageInt32
[PASS] TestAverageOnInt32
[PASS] TestAverageOnInt64
[PASS] TestAverageOnLongNullable
[PASS] TestAverageOverflowOnInt64
[PASS] TestCast
[PASS] TestCastToImplementedType
[PASS] TestFirst
[PASS] TestFirstOrDefault
[PASS] TestIntersect
[PASS] TestLast
[PASS] TestLastOrDefault
[PASS] TestMax
[PASS] TestMaxNullableInt32
[PASS] TestMaxStringEmpty
[PASS] TestMin
[PASS] TestMinNullableInt32
[PASS] TestMinStringEmpty
[PASS] TestOrderBy
[PASS] TestOrderByAgeAscendingTheByNameDescending
[PASS] TestOrderByDescendingStability
[PASS] TestOrderByIdDescendingThenByNameAscending
[PASS] TestRange
[PASS] TestReverse
[PASS] TestSelect
[PASS] TestSequenceEqual
[PASS] TestSimpleExcept
[PASS] TestSimpleIntersect
[PASS] TestSimpleUnion
[PASS] TestSkip
[PASS] TestSkipWhile
[PASS] TestSum
[PASS] TestTake
[PASS] TestTakeTakesProperNumberOfItems
[PASS] TestTakeWhile
[PASS] TestToArray
[PASS] TestToList
EnumerableTest : 25 ms
ExpressionTest
[PASS] CompileActionDiscardingRetValue
[PASS] ExpressionDelegateTarget
[PASS] GetActionTypeArgNull
[PASS] GetActionTypeArgTooBig
[PASS] GetActionTypeTest
[PASS] GetFuncTypeArgEmpty
[PASS] GetFuncTypeArgNull
[PASS] GetFuncTypeArgTooBig
[PASS] GetFuncTypeTest
[FAIL] HoistedParameter : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_string__this___Func`1<string> (System.Func`1<string>)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[System.Func`1[System.String],System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] Parameter
[PASS] ParameterEmptyName
[PASS] ParameterNullName
[PASS] ParameterNullType
[PASS] SimpleHoistedParameter
[PASS] TwoHoistingLevels
[PASS] VoidParameter
ExpressionTest : 32 ms
ExpressionTest_Add
[PASS] AddDecimals
[PASS] AddLifted
[FAIL] AddLiftedDecimals : System.NullReferenceException : Object reference not set to an instance of an object
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[System.Decimal,System.Decimal,System.Decimal].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] AddNotLifted
[PASS] AddStrings
[FAIL] AddTestNullable : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.AddInstruction.Create (System.Type type) [0x000f4] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AddInstruction.cs:124
at Microsoft.Scripting.Interpreter.InstructionList.EmitAdd (System.Type type, Boolean checked) [0x00017] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:637
at Microsoft.Scripting.Interpreter.LightCompiler.CompileArithmetic (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0004d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:637
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0011c] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:565
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00172] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1600
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Int32]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Add.AddTestNullable () [0x00084] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Add.cs:199
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] CompileAdd
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] TestMethodAddition
[PASS] UserDefinedAdd
[FAIL] UserDefinedAddLifted : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_Add+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_Add+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_Add+Slot].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] UserDefinedClass
[PASS] UserDefinedToNullableAdd
[PASS] UserDefinedToNullableAddFromNullable
ExpressionTest_Add : 52 ms
ExpressionTest_AddChecked
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] TestNoOverflow
[PASS] TestOverflows
[PASS] UserDefinedClass
[PASS] UserDefinedStruct
ExpressionTest_AddChecked : 13 ms
ExpressionTest_And
[FAIL] AndBoolItem : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_bool__this___Item`1<bool> (MonoTests.System.Linq.Expressions.Item`1<bool>)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at (wrapper unknown) object:gsharedvt_out ()
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[MonoTests.System.Linq.Expressions.Item`1[System.Boolean],System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[FAIL] AndBoolNullableTest : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.AndInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AndInstruction.cs:126
at Microsoft.Scripting.Interpreter.InstructionList.EmitAnd (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:680
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogical (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0002a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:665
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0018d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:591
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0018a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_And.AndBoolNullableTest () [0x00084] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_And.cs:153
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] AndBoolTest
[FAIL] AndIntNullableTest : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.AndInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AndInstruction.cs:126
at Microsoft.Scripting.Interpreter.InstructionList.EmitAnd (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:680
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogical (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0002a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:665
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0018d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:591
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0018a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Int32]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_And.AndIntNullableTest () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_And.cs:217
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] AndIntTest
[PASS] AndLifted
[FAIL] AndNullableBoolItem : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.AndInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AndInstruction.cs:126
at Microsoft.Scripting.Interpreter.InstructionList.EmitAnd (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:680
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogical (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0002a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:665
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0018d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:591
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0018a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[System.Nullable`1[System.Boolean]],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_And.AndNullableBoolItem () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_And.cs:189
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] Double
[PASS] Integer
[PASS] NoOperatorClass
[PASS] UserDefinedClass
ExpressionTest_And : 35 ms
ExpressionTest_AndAlso
[FAIL] AndAlsoBoolItem : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_bool__this___Item`1<bool> (MonoTests.System.Linq.Expressions.Item`1<bool>)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at (wrapper unknown) object:gsharedvt_out ()
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[MonoTests.System.Linq.Expressions.Item`1[System.Boolean],System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] AndAlsoLifted
[PASS] AndAlsoNotLifted
[FAIL] AndAlsoNullableBoolItem : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileAndAlsoBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:757
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00191] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[System.Nullable`1[System.Boolean]],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso.AndAlsoNullableBoolItem () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs:202
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] AndAlsoTest
[FAIL] AndAlsoTestNullable : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileAndAlsoBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:757
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00191] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso.AndAlsoTestNullable () [0x00084] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs:166
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Boolean
[FAIL] Connect350487 : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileAndAlsoBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:757
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00191] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+B,MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+A]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso.Connect350487 () [0x0002c] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs:374
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Double
[PASS] IncompleteUserDefinedAndAlso
[PASS] Integer
[PASS] MismatchedTypes
[PASS] NoOperatorClass
[FAIL] UserDefinedAndAlso : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileAndAlsoBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:757
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00191] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso.UserDefinedAndAlso () [0x0007f] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs:253
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] UserDefinedAndAlsoLiftedToNull : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileAndAlsoBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:757
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00191] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot],System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot],System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso.UserDefinedAndAlsoLiftedToNull () [0x0007f] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs:304
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] UserDefinedAndAlsoShortCircuit : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileAndAlsoBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:757
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00191] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot],MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso.UserDefinedAndAlsoShortCircuit () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs:267
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
[FAIL] UserDefinedLiftedAndAlsoShortCircuit : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileAndAlsoBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:757
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00191] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1602
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot]],System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso+Slot]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_AndAlso.UserDefinedLiftedAndAlsoShortCircuit () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_AndAlso.cs:283
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
ExpressionTest_AndAlso : 21 ms
ExpressionTest_ArrayIndex
[PASS] Arg1NotArray
[PASS] Arg1Null
[PASS] Arg2Null1
[PASS] Arg2Null2
[PASS] Arg2Null3
[PASS] Arg2WrongNumber1
[PASS] Arg2WrongType1
[PASS] Arg2WrongType2
[PASS] CompileClassArrayAccess
[PASS] CompileEnumArrayAccess
[PASS] CompileIntArrayAccess
[PASS] CompileShortArrayAccess
[PASS] CompileStructArrayAccess
[PASS] Rank1Struct
[PASS] Rank1UserDefinedClass
[PASS] Rank2Struct
[PASS] Rank2UserDefinedClass
ExpressionTest_ArrayIndex : 17 ms
ExpressionTest_ArrayLength
[PASS] Arg1NotArray
[PASS] Arg1Null
[PASS] CompileArrayLength
[PASS] Rank1String
[PASS] Rank2String
ExpressionTest_ArrayLength : 4 ms
ExpressionTest_Bind
[PASS] Arg1Null
[PASS] Arg2Null
[FAIL] BindValueTypes : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x002a2] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1623
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Int32,System.Int16,MonoTests.System.Linq.Expressions.ExpressionTest_Bind+Slot]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Bind.BindValueTypes () [0x00092] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Bind.cs:157
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Event
[PASS] FieldRo
[PASS] FieldRw
[PASS] FieldStatic
[PASS] Method1
[PASS] Method2
[PASS] PropertyAccessor
[PASS] PropertyAccessorStatic
[PASS] PropertyRo
[PASS] PropertyRw
[PASS] PropertyStatic
ExpressionTest_Bind : 9 ms
ExpressionTest_Call
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Arg4WrongType
[FAIL] ArgInstanceNullForNonStaticMethod : An unexpected exception type was thrown
Expected: System.ArgumentNullException
but was: System.ArgumentException : Static method requires null instance, non-static method requires non-null instance.
Parameter name: method
at System.Linq.Expressions.Expression.ValidateStaticOrInstanceMethod (System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method) [0x00047] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs:815
at System.Linq.Expressions.Expression.Call (System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method, IEnumerable`1 arguments) [0x00018] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs:792
at System.Linq.Expressions.Expression.Call (System.Linq.Expressions.Expression instance, System.Reflection.MethodInfo method) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/MethodCallExpression.cs:663
at MonoTests.System.Linq.Expressions.ExpressionTest_Call.ArgInstanceNullForNonStaticMethod () [0x00016] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs:97
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] ArgMethodNull
[PASS] CallAsQueryable
[PASS] CallIQueryableMethodWithNewArrayBoundExpression
[FAIL] CallMethodOnStruct : System.NotImplementedException : Interpreter of ref types
at Microsoft.Scripting.Interpreter.LightCompiler.CompileMethodCallExpression (System.Linq.Expressions.Expression expr) [0x001a1] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1291
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001ba] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1606
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.ExpressionTest_Call+EineStrukt,System.String]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Call.CallMethodOnStruct () [0x0003f] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs:234
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] CallQueryableSelect : System.ArgumentNullException : Argument cannot be null.
Parameter name: method
at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure, Boolean allowClosed) [0x0035a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:279
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method, Boolean throwOnBindFailure) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:289
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression.CreateLambda (System.Type delegateType, System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, System.Collections.ObjectModel.ReadOnlyCollection`1 parameters) [0x00072] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:254
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, IEnumerable`1 parameters) [0x000b7] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:471
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, Boolean tailCall, IEnumerable`1 parameters) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:380
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.Linq.Expressions.ParameterExpression[] parameters) [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Call.CallQueryableSelect () [0x0003c] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs:465
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CallQueryableWhere
[PASS] CallStaticMethodOnNonSenseInstanceExpression
[PASS] CallStaticMethodWithInstanceArgument
[FAIL] CallStaticMethodWithRefParameter : System.NotImplementedException : Interpreter of ref types
at Microsoft.Scripting.Interpreter.LightCompiler.CompileMethodCallExpression (System.Linq.Expressions.Expression expr) [0x001a1] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1291
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001ba] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1606
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Int32,System.Int32]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Call.CallStaticMethodWithRefParameter () [0x0003b] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs:271
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] CallStaticMethodWithRefParameterAndOtherParameter : System.NotImplementedException : Interpreter of ref types
at Microsoft.Scripting.Interpreter.LightCompiler.CompileMethodCallExpression (System.Linq.Expressions.Expression expr) [0x001a1] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1291
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001ba] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1606
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Int32,System.String,System.String]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Call.CallStaticMethodWithRefParameterAndOtherParameter () [0x00055] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs:283
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CallStringIsNullOrEmpty
[PASS] CallToString
[FAIL] CallToStringOnEnum : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_string__this___object (object)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[System.Object,System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] CheckTypeArgsIsNotUsedForParameterLookup
[PASS] CheckTypeArgsIsUsedForGenericArguments
[FAIL] CompileSimpleInstanceCall : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_string__this___string (string)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[System.String,System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] CompileSimpleStaticCall
[PASS] Connect282702
[FAIL] Connect282729 : System.NotImplementedException : Interpreter of ref types
at Microsoft.Scripting.Interpreter.LightCompiler.CompileMethodCallExpression (System.Linq.Expressions.Expression expr) [0x001a1] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1291
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001ba] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1606
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Int32,System.Int32]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Call.Connect282729 () [0x00063] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs:326
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] Connect297597 : System.NotImplementedException : Interpreter of ref types
at Microsoft.Scripting.Interpreter.LightCompiler.CompileMethodCallExpression (System.Linq.Expressions.Expression expr) [0x001a1] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1291
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001ba] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1606
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Action].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Call.Connect297597 () [0x00039] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs:372
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] InstanceMethod
[PASS] InstanceTypeDoesntMatchMethodDeclaringType
[PASS] MethodArgumentCountDoesnMatchParameterLength
[PASS] MethodArgumentDoesntMatchParameterType
[PASS] MethodHasNullArgument
[PASS] StaticGenericMethod
[PASS] StaticMethod
ExpressionTest_Call : 44 ms
ExpressionTest_Coalesce
[PASS] Arg1Null
[PASS] Arg2Null
[FAIL] CoalesceNullableInt : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileCoalesceBinaryExpression (System.Linq.Expressions.Expression expr) [0x0006e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1468
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1607
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Int32]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Coalesce.CoalesceNullableInt () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs:95
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] CoalesceNullableToNonNullable : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileCoalesceBinaryExpression (System.Linq.Expressions.Expression expr) [0x0006e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1468
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1607
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Nullable`1[System.Int32],System.Int32]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Coalesce.CoalesceNullableToNonNullable () [0x0006e] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs:128
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CoalesceString
[FAIL] CoalesceUserDefinedConversion : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileCoalesceBinaryExpression (System.Linq.Expressions.Expression expr) [0x0006e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1468
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1607
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.String,System.Int32]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Coalesce.CoalesceUserDefinedConversion () [0x00073] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs:145
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CoalesceVoidUserDefinedConversion
[PASS] Incompatible_Arguments
[PASS] IsCoalesceNullableIntLifted
[PASS] IsCoalesceStringLifted
[PASS] NonNullLeftParameter
[PASS] WrongCoalesceConversionParameterCount
[PASS] WrongCoalesceConversionParameterType
[PASS] WrongCoalesceConversionReturnType
ExpressionTest_Coalesce : 17 ms
ExpressionTest_Condition
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Arg3Null
[FAIL] CompileConditional : System.NotSupportedException : Operation is not supported.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0007a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:627
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00247] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1616
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileConditionalExpression (System.Linq.Expressions.Expression expr, Boolean asVoid) [0x00007] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:795
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x001d2] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1608
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Int32,System.String]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Condition.CompileConditional () [0x00053] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Condition.cs:98
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] TestNotBool
[PASS] TestSimpleConditional
[PASS] TrueBlockTypeNotFalseBlockType
ExpressionTest_Condition : 4 ms
ExpressionTest_Constant
[PASS] Arg2NotNullable
[PASS] Arg2Null
[PASS] ConstantCodeGen
[PASS] ConstantGenericInterface
[PASS] ConstantInterface
[PASS] DateTimeValue
[PASS] DelegateTypeConstant
[PASS] EmitDateTimeConstant
[PASS] EmitDBNullConstant
[PASS] EmitNullableEnum
[PASS] EmitNullableInt
[PASS] EmitNullNullableType
[PASS] EmitNullString
[PASS] IntegerValue
[PASS] NullableConstant_ToConstant
[PASS] NullableValue1
[PASS] NullableValue2
[PASS] NullableValue3
[PASS] NullValue
[PASS] StringValue
[PASS] TestInvalidCtor_1
[PASS] TestInvalidCtor_2
[PASS] UserClassValue
[PASS] VoidConstant
ExpressionTest_Constant : 34 ms
ExpressionTest_Convert
[PASS] BoxInt32
[FAIL] ChainedNullableConvert : System.InvalidCastException : Cannot cast from source type to destination type.
at (wrapper managed-to-native) object:__icall_wrapper_mono_object_castclass_unbox (object,intptr)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[Nullable`1,Nullable`1] (Nullable`1 arg0) [0x0005d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs:67
at (wrapper unknown) object:gsharedvt_in ()
at (wrapper delegate-invoke) System.Func`2<System.Nullable`1<sbyte>, System.Nullable`1<long>>:invoke_TResult__this___T (System.Nullable`1<sbyte>)
at MonoTests.System.Linq.Expressions.ExpressionTest_Convert.ChainedNullableConvert () [0x0005d] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Convert.cs:441
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CompileConvertClassWithExplicitOp
[PASS] CompileConvertStructWithImplicitOp
[PASS] CompiledBoxing
[PASS] CompiledCast
[FAIL] CompiledConvertNullableToNullable : System.InvalidCastException : Cannot cast from source type to destination type.
at (wrapper managed-to-native) object:__icall_wrapper_mono_object_castclass_unbox (object,intptr)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[Nullable`1,Nullable`1] (Nullable`1 arg0) [0x0005d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs:67
at (wrapper unknown) object:gsharedvt_in ()
at (wrapper delegate-invoke) System.Func`2<System.Nullable`1<int>, System.Nullable`1<int16>>:invoke_TResult__this___T (System.Nullable`1<int>)
at MonoTests.System.Linq.Expressions.ExpressionTest_Convert.CompiledConvertNullableToNullable () [0x00069] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Convert.cs:404
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CompiledConvertToSameType
[PASS] CompiledNullableBoxing
[PASS] CompiledNullableUnboxing
[PASS] CompiledUnBoxing
[PASS] CompileNotNullableToNullable
[FAIL] CompileNullableToNotNullable
at MonoTests.System.Linq.Expressions.ExpressionExtensions.AssertThrows (System.Action action, System.Type type) [0x00026] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Utils.cs:286
at MonoTests.System.Linq.Expressions.ExpressionTest_Convert.CompileNullableToNotNullable () [0x0008e] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Convert.cs:379
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] ConvertBackwardAssignability
[PASS] ConvertBazToFoo
[PASS] ConvertCheckedFallbackToConvertForNonPrimitives
[PASS] ConvertCheckedInt32ToInt64
[PASS] ConvertCheckedNullableIntToInt
[PASS] ConvertClassWithExplicitOp
[PASS] ConvertClassWithExplicitOpToNullableInt
[PASS] ConvertEnumToInt32
[PASS] ConvertEnumValueToEnum
[PASS] ConvertIFooToFoo
[FAIL] ConvertImplicitToShortToNullableInt : System.InvalidCastException : Cannot cast from source type to destination type.
at (wrapper managed-to-native) object:__icall_wrapper_mono_object_castclass_unbox (object,intptr)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[Nullable`1,Nullable`1] (Nullable`1 arg0) [0x0005d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs:67
at (wrapper unknown) object:gsharedvt_in ()
at (wrapper delegate-invoke) System.Func`2<System.Nullable`1<MonoTests.System.Linq.Expressions.ExpressionTest_Convert/ImplicitToShort>, System.Nullable`1<int>>:invoke_TResult__this___T (System.Nullable`1<MonoTests.System.Linq.Expressions.ExpressionTest_Convert/ImplicitToShort>)
at MonoTests.System.Linq.Expressions.ExpressionTest_Convert.ConvertImplicitToShortToNullableInt () [0x000c2] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Convert.cs:477
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] ConvertInt32ToBool
[PASS] ConvertInt32ToInt64
[PASS] ConvertInt32ToNullableInt32
[PASS] ConvertInt64ToInt32
[PASS] ConvertInterfaces
[PASS] ConvertIntToString
[PASS] ConvertLongToDecimal
[FAIL] ConvertNullableImplictToIntToNullableLong : System.InvalidCastException : Cannot cast from source type to destination type.
at (wrapper managed-to-native) object:__icall_wrapper_mono_object_castclass_unbox (object,intptr)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[Nullable`1,Nullable`1] (Nullable`1 arg0) [0x0005d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs:67
at (wrapper unknown) object:gsharedvt_in ()
at (wrapper delegate-invoke) System.Func`2<System.Nullable`1<MonoTests.System.Linq.Expressions.ExpressionTest_Convert/ImplicitToInt>, System.Nullable`1<long>>:invoke_TResult__this___T (System.Nullable`1<MonoTests.System.Linq.Expressions.ExpressionTest_Convert/ImplicitToInt>)
at MonoTests.System.Linq.Expressions.ExpressionTest_Convert.ConvertNullableImplictToIntToNullableLong () [0x0008e] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Convert.cs:574
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] ConvertNullableInt32ToInt32
[PASS] ConvertNullableStructWithImplicitOpToNullableInt
[FAIL] ConvertNullableULongToNullableDecimal : System.NullReferenceException : Object reference not set to an instance of an object
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[System.UInt64,System.Decimal].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] ConvertStructToFoo
[PASS] ConvertStructWithImplicitOp
[PASS] ConvertStructWithImplicitOpToNullableInt
[PASS] NullableImplicitToShort
[PASS] NullExpression
[PASS] NullType
[PASS] UnBoxInt32
ExpressionTest_Convert : 62 ms
ExpressionTest_Divide
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] UserDefinedClass
ExpressionTest_Divide : 2 ms
ExpressionTest_ElementInit
[PASS] AddMethodIsNotAnInstanceMethod
[PASS] ArgNull
[PASS] ElementInitToString
[PASS] MethodArgumentCountDoesnMatchParameterLength
[PASS] MethodArgumentDoesntMatchParameterType
[PASS] MethodHasNullArgument
[PASS] MethodNameDoesntMatchAdd
[PASS] MethodNull
ExpressionTest_ElementInit : 3 ms
ExpressionTest_Equal
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] EnumEqual
[FAIL] LiftedEnumEqual : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.EqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:690
at Microsoft.Scripting.Interpreter.LightCompiler.CompileEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:604
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:569
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00223] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1613
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_Equal+Foo],System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_Equal+Foo],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Equal.LiftedEnumEqual () [0x0007d] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs:466
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] NoOperatorClass
[PASS] Nullable_LiftToNull_SetToFalse
[PASS] Nullable_LiftToNull_SetToTrue
[PASS] Nullable_Mixed
[FAIL] NullableBoolEqualToBool : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.EqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:690
at Microsoft.Scripting.Interpreter.LightCompiler.CompileEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:604
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:569
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00223] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1613
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Equal.NullableBoolEqualToBool () [0x0007d] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs:424
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableInt32Equal : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.EqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:690
at Microsoft.Scripting.Interpreter.LightCompiler.CompileEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:604
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:569
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00223] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1613
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Equal.NullableInt32Equal () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs:169
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableInt32EqualLiftedToNull : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.EqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:690
at Microsoft.Scripting.Interpreter.LightCompiler.CompileEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:604
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:569
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00223] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1613
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Equal.NullableInt32EqualLiftedToNull () [0x00047] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs:187
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableNullEqual : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.EqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:690
at Microsoft.Scripting.Interpreter.LightCompiler.CompileEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:604
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:569
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00223] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1613
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Nullable`1[System.DateTime],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Equal.NullableNullEqual () [0x00069] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs:486
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Numeric
[PASS] PrimitiveNonNumeric
[PASS] ReferenceCompare
[PASS] UserDefinedClass
[PASS] UserDefinedEqual
[FAIL] UserDefinedEqualLifted : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_Equal+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_Equal+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[FAIL] UserDefinedEqualLiftedToNull : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_Equal+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_Equal+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] UserDefinedToNullableEqual
[PASS] UserDefinedToNullableEqualFromNullable
ExpressionTest_Equal : 25 ms
ExpressionTest_ExclusiveOr
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] Double
[PASS] Integer
[PASS] NoOperatorClass
[PASS] UserDefinedClass
ExpressionTest_ExclusiveOr : 2 ms
ExpressionTest_Field
[PASS] Arg1Null
[PASS] Arg2Null1
[PASS] Arg2Null2
[PASS] CompileInstanceField
[PASS] CompileStaticField
[PASS] CompileStructInstanceField
[PASS] InstanceField
[PASS] NoField
[PASS] StaticField1
[PASS] StaticField2
[PASS] StaticFieldWithInstanceArgument
ExpressionTest_Field : 7 ms
ExpressionTest_GreaterThan
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Boolean
[PASS] Double
[PASS] EnumGreaterThan
[PASS] Integer
[PASS] MismatchedTypes
[PASS] NoOperatorClass
[FAIL] NullableInt32GreaterThan : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.GreaterThanInstruction.Create (System.Type type) [0x00148] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanInstruction.cs:138
at Microsoft.Scripting.Interpreter.InstructionList.EmitGreaterThan (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:707
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00064] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:626
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0023b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1615
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThan.NullableInt32GreaterThan () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_GreaterThan.cs:143
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableInt32GreaterThanLiftedToNull : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.GreaterThanInstruction.Create (System.Type type) [0x00148] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanInstruction.cs:138
at Microsoft.Scripting.Interpreter.InstructionList.EmitGreaterThan (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:707
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00064] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:626
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0023b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1615
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThan.NullableInt32GreaterThanLiftedToNull () [0x00047] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_GreaterThan.cs:162
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] StringS
[PASS] TestCompiled
[PASS] UserDefinedClass
[FAIL] UserDefinedGreaterThanLifted : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThan+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThan+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[FAIL] UserDefinedGreaterThanLiftedToNull : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThan+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThan+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
ExpressionTest_GreaterThan : 39 ms
ExpressionTest_GreaterThanOrEqual
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Boolean
[PASS] Double
[PASS] Integer
[PASS] MismatchedTypes
[PASS] NoOperatorClass
[FAIL] NullableInt32GreaterThanOrEqual : System.NotSupportedException : Operation is not supported.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0007a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:627
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00247] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1616
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThanOrEqual.NullableInt32GreaterThanOrEqual () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_GreaterThanOrEqual.cs:117
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableInt32GreaterThanOrEqualLiftedToNull : System.NotSupportedException : Operation is not supported.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0007a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:627
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00247] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1616
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThanOrEqual.NullableInt32GreaterThanOrEqualLiftedToNull () [0x00047] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_GreaterThanOrEqual.cs:136
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
[FAIL] UserDefinedGreaterThanOrEqualLifted : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThanOrEqual+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThanOrEqual+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[FAIL] UserDefinedGreaterThanOrEqualLiftedToNull : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThanOrEqual+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_GreaterThanOrEqual+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
ExpressionTest_GreaterThanOrEqual : 12 ms
ExpressionTest_Invoke
[PASS] ArgumentCountDoesntMatchParametersLength
[PASS] ArgumentNotAssignableToParameterType
[PASS] EmptyArguments
[PASS] InvokeFunc
[PASS] InvokeLambda
[FAIL] InvokeWithExpressionLambdaAsArguments : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00362] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1639
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileMethodCallExpression (System.Linq.Expressions.Expression expr) [0x0017d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1288
at Microsoft.Scripting.Interpreter.LightCompiler.CompileInvocationExpression (System.Linq.Expressions.Expression expr) [0x000ac] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1494
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00253] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1617
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[System.String]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Invoke.InvokeWithExpressionLambdaAsArguments () [0x000bc] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Invoke.cs:149
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] NonInvokableExpressionType
[PASS] NullArgument
[PASS] NullExpression
[FAIL] TestCompileInvokePrivateDelegate : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_string__this___ExpressionTest_Invoke/StringAction_string (MonoTests.System.Linq.Expressions.ExpressionTest_Invoke/StringAction,string)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_Invoke+StringAction,System.String,System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
ExpressionTest_Invoke : 8 ms
ExpressionTest_Lambda
[FAIL] Assignability : System.NullReferenceException : Object reference not set to an instance of an object
at System.Linq.Expressions.Expression.CreateLambda (System.Type delegateType, System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, System.Collections.ObjectModel.ReadOnlyCollection`1 parameters) [0x000b5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:264
at System.Linq.Expressions.Expression.Lambda (System.Type delegateType, System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, IEnumerable`1 parameters) [0x00011] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:502
at System.Linq.Expressions.Expression.Lambda (System.Type delegateType, System.Linq.Expressions.Expression body, System.Linq.Expressions.ParameterExpression[] parameters) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:391
at MonoTests.System.Linq.Expressions.ExpressionTest_Lambda.Assignability () [0x0001b] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs:111
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Compile
[PASS] InvalidArgCount
[PASS] InvalidArgCount2
[PASS] InvalidArgType
[PASS] InvalidArgType2
[PASS] InvalidConversion
[PASS] InvalidConversion2
[PASS] LambdaPassedAsDelegate
[FAIL] LambdaType : System.ArgumentNullException : Argument cannot be null.
Parameter name: method
at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure, Boolean allowClosed) [0x0035a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:279
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method, Boolean throwOnBindFailure) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:289
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression.CreateLambda (System.Type delegateType, System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, System.Collections.ObjectModel.ReadOnlyCollection`1 parameters) [0x00072] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:254
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, IEnumerable`1 parameters) [0x000b7] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:471
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, Boolean tailCall, IEnumerable`1 parameters) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:380
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.Linq.Expressions.ParameterExpression[] parameters) [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Lambda.LambdaType () [0x00029] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs:186
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] NestedParentParameterUse
[PASS] NonDelegateTypeInCtor
[PASS] NullParameter
[PASS] ParameterRefTest
[PASS] ReturnValueCheck
[FAIL] UnTypedLambdaReturnsExpressionOfDelegateType : System.ArgumentNullException : Argument cannot be null.
Parameter name: method
at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure, Boolean allowClosed) [0x0035a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:279
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method, Boolean throwOnBindFailure) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Delegate.cs:289
at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression.CreateLambda (System.Type delegateType, System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, System.Collections.ObjectModel.ReadOnlyCollection`1 parameters) [0x00072] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:254
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.String name, Boolean tailCall, IEnumerable`1 parameters) [0x000b7] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:471
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, Boolean tailCall, IEnumerable`1 parameters) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/LambdaExpression.cs:380
at System.Linq.Expressions.Expression.Lambda (System.Linq.Expressions.Expression body, System.Linq.Expressions.ParameterExpression[] parameters) [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Lambda.UnTypedLambdaReturnsExpressionOfDelegateType () [0x00011] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs:198
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
ExpressionTest_Lambda : 21 ms
ExpressionTest_LeftShift
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Arg2WrongType
[PASS] Boolean
[PASS] CompileLeftShift
[PASS] Double
[PASS] Integer
[FAIL] LeftShiftNullableLongAndInt : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.ShlInstruction.Create (System.Type type) [0x000bc] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ShlInstruction.cs:115
at Microsoft.Scripting.Interpreter.InstructionList.EmitShl (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:668
at Microsoft.Scripting.Interpreter.LightCompiler.CompileShift (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00023] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:654
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00174] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:585
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0026b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1619
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int64],System.Int32,System.Nullable`1[System.Int64]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_LeftShift.LeftShiftNullableLongAndInt () [0x00072] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_LeftShift.cs:138
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] UserDefinedClass
ExpressionTest_LeftShift : 14 ms
ExpressionTest_LessThan
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Boolean
[PASS] Double
[PASS] Integer
[PASS] MismatchedTypes
[PASS] NoOperatorClass
[FAIL] NullableInt32LessThan : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.LessThanInstruction.Create (System.Type type) [0x00148] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanInstruction.cs:138
at Microsoft.Scripting.Interpreter.InstructionList.EmitLessThan (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:698
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00038] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:624
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00277] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1620
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_LessThan.NullableInt32LessThan () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_LessThan.cs:117
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableInt32LessThanLiftedToNull : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.LessThanInstruction.Create (System.Type type) [0x00148] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanInstruction.cs:138
at Microsoft.Scripting.Interpreter.InstructionList.EmitLessThan (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:698
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00038] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:624
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00277] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1620
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_LessThan.NullableInt32LessThanLiftedToNull () [0x00047] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_LessThan.cs:136
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
[FAIL] UserDefinedLessThanLifted : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_LessThan+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_LessThan+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[FAIL] UserDefinedLessThanLiftedToNull : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_LessThan+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_LessThan+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
ExpressionTest_LessThan : 26 ms
ExpressionTest_LessThanOrEqual
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Boolean
[PASS] Double
[PASS] Integer
[PASS] MismatchedTypes
[PASS] NoOperatorClass
[FAIL] NullableInt32LessThanOrEqual : System.NotSupportedException : Operation is not supported.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0004e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:625
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00283] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1621
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_LessThanOrEqual.NullableInt32LessThanOrEqual () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_LessThanOrEqual.cs:117
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableInt32LessThanOrEqualLiftedToNull : System.NotSupportedException : Operation is not supported.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0004e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:625
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00283] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1621
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_LessThanOrEqual.NullableInt32LessThanOrEqualLiftedToNull () [0x00047] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_LessThanOrEqual.cs:136
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
[FAIL] UserDefinedLessThanOrEqualLifted : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_LessThanOrEqual+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_LessThanOrEqual+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[FAIL] UserDefinedLessThanOrEqualLiftedToNull : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[MonoTests.System.Linq.Expressions.ExpressionTest_LessThanOrEqual+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_LessThanOrEqual+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
ExpressionTest_LessThanOrEqual : 12 ms
ExpressionTest_Lifting
[PASS] TestLiftOnEqual
[PASS] TestLiftOnEqual_ForcedLifted
[PASS] TestLiftOnEqual_WithMethodInfo
ExpressionTest_Lifting : 1 ms
ExpressionTest_ListBind
[PASS] ArgNull
[FAIL] CompiledListBinding : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x002a2] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1623
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[MonoTests.System.Linq.Expressions.ExpressionTest_ListBind+Foo]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_ListBind.CompiledListBinding () [0x000b1] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_ListBind.cs:113
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] ListBindToString
[PASS] MemberNull
[PASS] MemberTypeImplementIEnumerable
[PASS] MethodeGetImplementIEnumerable2
[PASS] MethodMustBeAnAccessor
[PASS] PropertyAccessorNull
ExpressionTest_ListBind : 7 ms
ExpressionTest_ListInit
[FAIL] CompileArrayListOfStringsInit : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0028a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1621
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[System.Collections.ArrayList]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_ListInit.CompileArrayListOfStringsInit () [0x00073] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_ListInit.cs:157
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] CompileListOfStringsInit : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0028a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1621
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[System.Collections.Generic.List`1[System.String]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_ListInit.CompileListOfStringsInit () [0x00073] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_ListInit.cs:137
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] ExpressionTypeDoesnHaveAddMethod
[PASS] ExpressionTypeDoesntImplementIEnumerable
[PASS] InitListOfStringWithConstants
[PASS] InitListOfStringWithElementInitializers
[PASS] NullElementInitializer
[PASS] NullExpression
[PASS] NullExpressionInitializer
ExpressionTest_ListInit : 9 ms
ExpressionTest_MakeBinary
[FAIL] ComparisonTests : System.NotSupportedException : Operation is not supported.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileComparison (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0007a] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:627
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0015b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:580
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00247] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1616
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Byte,System.Byte,System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_MakeBinary.CTest[Byte] (ExpressionType node, Boolean r, Byte a, Byte b) [0x0005f] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_MakeBinary.cs:209
at MonoTests.System.Linq.Expressions.ExpressionTest_MakeBinary.ComparisonTests () [0x0022d] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_MakeBinary.cs:263
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] MakeArrayIndex
[PASS] MethodCheck_BadArgs
[PASS] MethodCheck_BadArgs2
[PASS] MethodCheck_BadArgs3
[PASS] MethodChecks
[PASS] TestBinaryCtor
[PASS] TestOperations
ExpressionTest_MakeBinary : 36 ms
ExpressionTest_MemberBind
[FAIL] CompiledMemberBinding : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x002a2] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1623
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[MonoTests.System.Linq.Expressions.ExpressionTest_MemberBind+Foo]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_MemberBind.CompiledMemberBinding () [0x00091] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_MemberBind.cs:152
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] MemberBindToField
[PASS] MemberBindToProperty
[PASS] MemberBindToPropertyAccessor
[PASS] MemberNotFieldOrProp
[PASS] MemberTypeMismatch
[PASS] MethodNotPropertyAccessor
[PASS] NullBindings
[PASS] NullMember
[PASS] NullMethod
ExpressionTest_MemberBind : 13 ms
ExpressionTest_MemberInit
[FAIL] CompiledInit : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x002a2] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1623
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[MonoTests.System.Linq.Expressions.ExpressionTest_MemberInit+Thing]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_MemberInit.CompiledInit () [0x00072] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_MemberInit.cs:102
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] InitFields
[PASS] MemberNotAssignableToNewType
[PASS] NullBindings
[PASS] NullExpression
ExpressionTest_MemberInit : 3 ms
ExpressionTest_Modulo
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] CompiledModulo
[PASS] Double
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] UserDefinedClass
ExpressionTest_Modulo : 5 ms
ExpressionTest_Multiply
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] Compile
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] UserDefinedClass
ExpressionTest_Multiply : 3 ms
ExpressionTest_MultiplyChecked
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] UserDefinedClass
[PASS] UserDefinedStruct
ExpressionTest_MultiplyChecked : 3 ms
ExpressionTest_Negate
[PASS] Arg1Null
[FAIL] CompiledNegateNullableInt32 : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.NegateInstruction.Create (System.Type type) [0x000dc] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NegateInstruction.cs:116
at Microsoft.Scripting.Interpreter.InstructionList.EmitNegate (System.Type type, Boolean checked) [0x00017] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:735
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNegateExpression (System.Linq.Expressions.UnaryExpression node, Boolean checked) [0x0000c] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:714
at Microsoft.Scripting.Interpreter.LightCompiler.CompileUnaryExpression (System.Linq.Expressions.Expression expr) [0x00093] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:735
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x002d7] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1628
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Negate.CompiledNegateNullableInt32 () [0x0002b] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Negate.cs:120
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CompileNegateInt32
[PASS] MethodArgNotStatic
[PASS] MethodArgParameterCount
[PASS] MethodArgReturnsVoid
[PASS] NegateBool
[PASS] NegateDecimal
[FAIL] NegateLiftedDecimal : System.NullReferenceException : Object reference not set to an instance of an object
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[System.Decimal,System.Decimal].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] NegateNullableInt32
[PASS] Number
[PASS] UserDefinedClass
[PASS] UserDefinedNegate
[PASS] UserDefinedNegateFromNullable
[PASS] UserDefinedNegateFromNullableNotNullable
[FAIL] UserDefinedNotNullableNegateNullable : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[MonoTests.System.Linq.Expressions.ExpressionTest_Negate+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_Negate+Slot].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] UserDefinedToNullableNegateFromNullable
[PASS] UserDefinedToNullableNegateNullable
ExpressionTest_Negate : 36 ms
ExpressionTest_New
[PASS] CompileNewClass
[PASS] CompileNewClassEmptyConstructor
[PASS] CompileNewClassWithParameters
[PASS] CompileNewStruct
[PASS] CompileNewStructWithParameters
[PASS] ConstructorHasTooMuchParameters
[PASS] HasNullArgument
[PASS] HasWrongArgument
[PASS] MemberArgumentMiscount
[PASS] MemberArgumentMismatch
[PASS] MemberHasNoGetter
[PASS] NewBar
[PASS] NewFakeAnonymousType
[PASS] NewFoo
[PASS] NewVoid
[PASS] NoParameterlessConstructor
[PASS] NullConstructor
[PASS] NullMember
[PASS] NullType
ExpressionTest_New : 19 ms
ExpressionTest_NewArrayBounds
[PASS] ArgBoundsContainsExpressionTypeNotInteger
[PASS] ArgBoundsNull
[PASS] ArgTypeNull
[PASS] CompileNewArrayMultiDimensional
[PASS] CompileNewArraySingleDimensional
[PASS] NewVoid
[PASS] TestArrayAssignability
[PASS] TestArrayBounds
ExpressionTest_NewArrayBounds : 6 ms
ExpressionTest_NewArrayInit
[PASS] CompileInitArrayOfClasses
[PASS] CompileInitArrayOfEnums
[PASS] CompileInitArrayOfInt
[PASS] CompileInitArrayOfStructs
[PASS] InitializersContainNull
[PASS] NewVoid
[PASS] NullInitializers
[PASS] NullType
[PASS] TestArrayInit
[PASS] WrongInitializer
ExpressionTest_NewArrayInit : 21 ms
ExpressionTest_Not
[PASS] Arg1Null
[FAIL] CompiledNotNullableBool : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.NotInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotInstruction.cs:111
at Microsoft.Scripting.Interpreter.InstructionList.EmitNot (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:739
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNotExpression (System.Linq.Expressions.UnaryExpression node) [0x0000c] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:719
at Microsoft.Scripting.Interpreter.LightCompiler.CompileUnaryExpression (System.Linq.Expressions.Expression expr) [0x000a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:741
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0031f] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1634
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Not.CompiledNotNullableBool () [0x0002b] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Not.cs:144
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] CompiledNotNullableInt32 : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.NotInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotInstruction.cs:111
at Microsoft.Scripting.Interpreter.InstructionList.EmitNot (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:739
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNotExpression (System.Linq.Expressions.UnaryExpression node) [0x0000c] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:719
at Microsoft.Scripting.Interpreter.LightCompiler.CompileUnaryExpression (System.Linq.Expressions.Expression expr) [0x000a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:741
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0031f] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1634
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Not.CompiledNotNullableInt32 () [0x0002b] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Not.cs:123
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] CompileNotBool
[PASS] CompileNotInt32
[PASS] MethodArgNotStatic
[PASS] MethodArgParameterCount
[PASS] MethodArgReturnsVoid
[PASS] NotNullableBool
[PASS] NotNullableInt32
[PASS] Number
[PASS] UserDefinedClass
[FAIL] UserDefinedNotNullable : System.NullReferenceException : Object reference not set to an instance of an object
at System.String.memcpy_aligned_4 (System.Byte* dest, System.Byte* src, Int32 size) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/String.cs:3117
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[MonoTests.System.Linq.Expressions.ExpressionTest_Not+Slot,System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
ExpressionTest_Not : 26 ms
ExpressionTest_NotEqual
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] EnumNotEqual
[FAIL] LiftedEnumNotEqual : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.NotEqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotEqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitNotEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:694
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNotEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:611
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00148] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:573
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0032b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1635
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_NotEqual+Foo],System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_NotEqual+Foo],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_NotEqual.LiftedEnumNotEqual () [0x0007d] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_NotEqual.cs:215
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] NoOperatorClass
[PASS] Nullable_LiftToNull_SetToFalse
[PASS] Nullable_LiftToNull_SetToTrue
[PASS] Nullable_Mixed
[FAIL] NullableInt32NotEqual : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.NotEqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotEqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitNotEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:694
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNotEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:611
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00148] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:573
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0032b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1635
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Boolean]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_NotEqual.NullableInt32NotEqual () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_NotEqual.cs:150
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] NullableInt32NotEqualLiftedToNull : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.NotEqualInstruction.Create (System.Type type) [0x001a5] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotEqualInstruction.cs:150
at Microsoft.Scripting.Interpreter.InstructionList.EmitNotEqual (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:694
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNotEqual (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x0000e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:611
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00148] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:573
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0032b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1635
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_NotEqual.NullableInt32NotEqualLiftedToNull () [0x00047] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_NotEqual.cs:168
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] Numeric
[PASS] ReferenceCompare
[PASS] UserDefinedClass
ExpressionTest_NotEqual : 9 ms
ExpressionTest_Or
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] Double
[PASS] Integer
[PASS] NoOperatorClass
[FAIL] OrBoolItem : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_bool__this___Item`1<bool> (MonoTests.System.Linq.Expressions.Item`1<bool>)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at (wrapper unknown) object:gsharedvt_out ()
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[MonoTests.System.Linq.Expressions.Item`1[System.Boolean],System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[FAIL] OrBoolNullableTest : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.OrInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/OrInstruction.cs:126
at Microsoft.Scripting.Interpreter.InstructionList.EmitOr (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:676
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogical (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00040] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:666
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0018d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:591
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00337] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Or.OrBoolNullableTest () [0x00084] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Or.cs:141
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] OrBoolTest
[FAIL] OrIntNullableTest : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.OrInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/OrInstruction.cs:126
at Microsoft.Scripting.Interpreter.InstructionList.EmitOr (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:676
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogical (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00040] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:666
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0018d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:591
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00337] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int32],System.Nullable`1[System.Int32],System.Nullable`1[System.Int32]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Or.OrIntNullableTest () [0x00045] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Or.cs:205
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] OrIntTest
[FAIL] OrNullableBoolItem : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.OrInstruction.Create (System.Type type) [0x000db] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/OrInstruction.cs:126
at Microsoft.Scripting.Interpreter.InstructionList.EmitOr (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:676
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogical (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00040] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:666
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x0018d] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:591
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00337] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[System.Nullable`1[System.Boolean]],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Or.OrNullableBoolItem () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Or.cs:177
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
ExpressionTest_Or : 32 ms
ExpressionTest_OrElse
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Boolean
[PASS] Double
[PASS] IncompleteUserDefinedOrElse
[PASS] Integer
[PASS] MethodInfoReturnType
[PASS] MethodInfoReturnType2
[PASS] MismatchedTypes
[PASS] NoOperatorClass
[FAIL] OrElseBoolItem : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_bool__this___Item`1<bool> (MonoTests.System.Linq.Expressions.Item`1<bool>)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at (wrapper unknown) object:gsharedvt_out ()
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[MonoTests.System.Linq.Expressions.Item`1[System.Boolean],System.Boolean].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:692
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] OrElseLifted
[PASS] OrElseNotLifted
[FAIL] OrElseNullableBoolItem : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileOrElseBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:761
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0033e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[System.Nullable`1[System.Boolean]],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_OrElse.OrElseNullableBoolItem () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_OrElse.cs:232
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] OrElseTest
[FAIL] OrElseTestNullable : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileOrElseBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:761
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0033e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean],System.Nullable`1[System.Boolean]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_OrElse.OrElseTestNullable () [0x00084] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_OrElse.cs:196
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
[FAIL] UserDefinedLiftedOrElseShortCircuit : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileOrElseBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:761
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0033e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_OrElse+Slot]],System.Nullable`1[MonoTests.System.Linq.Expressions.ExpressionTest_OrElse+Slot]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_OrElse.UserDefinedLiftedOrElseShortCircuit () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_OrElse.cs:329
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] UserDefinedOrElse : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileOrElseBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:761
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0033e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[MonoTests.System.Linq.Expressions.ExpressionTest_OrElse+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_OrElse+Slot,MonoTests.System.Linq.Expressions.ExpressionTest_OrElse+Slot]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_OrElse.UserDefinedOrElse () [0x0007f] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_OrElse.cs:278
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[FAIL] UserDefinedOrElseShortCircuit : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileLogicalBinaryExpression (System.Linq.Expressions.Expression expr, Boolean andAlso) [0x000c6] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:790
at Microsoft.Scripting.Interpreter.LightCompiler.CompileOrElseBinaryExpression (System.Linq.Expressions.Expression expr) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:761
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x0033e] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1636
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`2[MonoTests.System.Linq.Expressions.Item`1[MonoTests.System.Linq.Expressions.ExpressionTest_OrElse+Slot],MonoTests.System.Linq.Expressions.ExpressionTest_OrElse+Slot]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_OrElse.UserDefinedOrElseShortCircuit () [0x00040] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_OrElse.cs:313
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
ExpressionTest_OrElse : 15 ms
ExpressionTest_Power
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] ArgTypesDouble
[PASS] ArgTypesFloat
[PASS] ArgTypesInt
[FAIL] NullablePower : System.NullReferenceException : Object reference not set to an instance of an object
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[System.Double,System.Double,System.Double].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs:716
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] TestCompile
ExpressionTest_Power : 8 ms
ExpressionTest_Property
[PASS] Arg1Null
[PASS] Arg2Null1
[PASS] Arg2Null2
[PASS] Arg2Null3
[PASS] InstanceProperty1
[PASS] InstanceProperty2
[PASS] InstanceProperty3
[PASS] NoProperty
[PASS] StaticProperty1
[PASS] StaticProperty2
[PASS] StaticProperty3
[PASS] StaticPropertyWithInstanceArgument
[FAIL] TestCompileGetInstanceProperty : System.ExecutionEngineException : Attempting to JIT compile method '(wrapper delegate-invoke) <Module>:invoke_string__this___ExpressionTest_Property/Foo (MonoTests.System.Linq.Expressions.ExpressionTest_Property/Foo)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at Microsoft.Scripting.Interpreter.FuncCallInstruction`2[MonoTests.System.Linq.Expressions.ExpressionTest_Property+Foo,System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
[PASS] TestCompileGetInstancePropertyOnStruct
[PASS] TestCompileGetStaticProperty
ExpressionTest_Property : 17 ms
ExpressionTest_PropertyOrField
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] InstanceProperty
[PASS] NoPropertyOrField
ExpressionTest_PropertyOrField : 1 ms
ExpressionTest_Quote
[PASS] Arg1Null
[FAIL] CompiledQuote : System.NotImplementedException : The requested feature is not implemented.
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00362] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1639
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`1[System.Linq.Expressions.Expression`1[System.Func`1[System.Int32]]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_Quote.CompiledQuote () [0x00023] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Quote.cs:67
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
ExpressionTest_Quote : 8 ms
ExpressionTest_RightShift
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] Arg2WrongType
[PASS] Boolean
[PASS] CompileRightShift
[PASS] Double
[PASS] Integer
[PASS] NoOperatorClass
[PASS] Nullable
[FAIL] RightShiftNullableLongAndInt : System.InvalidOperationException : Code supposed to be unreachable
at Microsoft.Scripting.Interpreter.ShrInstruction.Create (System.Type type) [0x000bc] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ShrInstruction.cs:115
at Microsoft.Scripting.Interpreter.InstructionList.EmitShr (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs:672
at Microsoft.Scripting.Interpreter.LightCompiler.CompileShift (ExpressionType nodeType, System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right) [0x00039] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:655
at Microsoft.Scripting.Interpreter.LightCompiler.CompileBinaryExpression (System.Linq.Expressions.Expression expr) [0x00174] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:585
at Microsoft.Scripting.Interpreter.LightCompiler.CompileNoLabelPush (System.Linq.Expressions.Expression expr) [0x00373] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1641
at Microsoft.Scripting.Interpreter.LightCompiler.Compile (System.Linq.Expressions.Expression expr) [0x00008] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:1693
at Microsoft.Scripting.Interpreter.LightCompiler.CompileTop (System.Linq.Expressions.LambdaExpression node) [0x00055] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs:221
at Microsoft.Scripting.Generation.CompilerHelpers.LightCompile (System.Linq.Expressions.LambdaExpression lambda) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs:615
at System.Linq.Expressions.Compiler.LambdaCompiler.Compile (System.Linq.Expressions.LambdaExpression lambda, System.Runtime.CompilerServices.DebugInfoGenerator debugInfoGenerator) [0x00000] in <filename unknown>:0
at System.Linq.Expressions.Expression`1[System.Func`3[System.Nullable`1[System.Int64],System.Int32,System.Nullable`1[System.Int64]]].Compile () [0x00000] in <filename unknown>:0
at MonoTests.System.Linq.Expressions.ExpressionTest_RightShift.RightShiftNullableLongAndInt () [0x00072] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_RightShift.cs:139
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
ExpressionTest_RightShift : 12 ms
ExpressionTest_Subtract
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] CompileSubtract
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] UserDefinedClass
ExpressionTest_Subtract : 3 ms
ExpressionTest_SubtractChecked
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] ArgTypesDifferent
[PASS] Boolean
[PASS] NoOperatorClass
[PASS] Nullable
[PASS] Numeric
[PASS] TestNoOverflow
[FAIL] TestOverflows : System.Exception : SubtractChecked on System.UInt16 should have thrown an exception with values 0 1, result was: 65535
at MonoTests.System.Linq.Expressions.ExpressionTest_SubtractChecked.MustOverflow[UInt16] (UInt16 v1, UInt16 v2) [0x00089] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_SubtractChecked.cs:139
at MonoTests.System.Linq.Expressions.ExpressionTest_SubtractChecked.TestOverflows () [0x00039] in /Users/xamarinqa/GitRepo/mono/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_SubtractChecked.cs:180
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00044] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
[PASS] UserDefinedClass
[PASS] UserDefinedStruct
ExpressionTest_SubtractChecked : 11 ms
ExpressionTest_TypeAs
[PASS] Arg1Null
[PASS] Arg2NotReferenceNorNullable
[PASS] Arg2Null
[PASS] CompiledTypeAs
[PASS] NullableNumeric
[PASS] String
[PASS] TypeAsVoid
[PASS] UserDefinedClass
ExpressionTest_TypeAs : 5 ms
ExpressionTest_TypeIs
[PASS] Arg1Null
[PASS] Arg2Null
[PASS] CompiledTypeIs
[PASS] Numeric
[PASS] String
[PASS] UserDefinedClass
[FAIL] VoidIsObject : System.IndexOutOfRangeException : Array index is out of range.
at Microsoft.Scripting.Interpreter.InterpretedFrame.Pop () [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/InterpretedFrame.cs:100
at Microsoft.Scripting.Interpreter.TypeIsInstruction`1[System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
ExpressionTest_TypeIs : 10 ms
ExpressionTest_UnaryPlus
[PASS] Arg1Null
[PASS] CompilePlusInt32
[PASS] MethodArgNotStatic
[PASS] MethodArgParameterCount
[PASS] MethodArgReturnsVoid
[PASS] Number
[PASS] PlusBool
[PASS] PlusNullableInt32
[PASS] UserDefinedClass
ExpressionTest_UnaryPlus : 3 ms
LookupTest
[PASS] EmptyResult
[PASS] LookupContains
[PASS] LookupContainsNull
[PASS] LookupEnumeratorWithNull
[PASS] LookupEnumeratorWithoutNull
[PASS] LookupIgnoreCase
[PASS] LookupNullKeyNone
LookupTest : 4 ms
ParallelEnumerableTests
[PASS] AggregateTestCase
[PASS] AllArgumentNullTest
[PASS] AllTest
[PASS] AnyArgumentNullTest
[PASS] AnyTest
[PASS] ContainsTest
[PASS] CountTestCase
[PASS] ElementAtTestCase
[PASS] Range
[PASS] Range_StartOffset
[PASS] RepeatTestCase
[PASS] SelectManyOrderedTest
[PASS] SelectManyTest
[PASS] SelectTestCase
[PASS] SequenceEqualsTest
[PASS] SkipTestCase
[PASS] SkipTestCaseSmall
[PASS] SmallJoinTest
[PASS] SumOnEmpty
[PASS] TakeTestCase
[PASS] TestAverageOnInt32
[PASS] TestAverageOnInt64
[PASS] TestBigIntersect
[PASS] TestBigUnion
[PASS] TestCast
[PASS] TestFirst
[PASS] TestFirstOrDefault
[PASS] TestJoin
[PASS] TestLast
[PASS] TestLastOrDefault
[PASS] TestMax
[PASS] TestMin
[PASS] TestOrderBy
[PASS] TestOrderByAgeAscendingTheByNameDescending
[PASS] TestOrderByIdDescendingThenByNameAscending
[PASS] TestReverse
[PASS] TestSimpleExcept
[PASS] TestSimpleIntersect
[PASS] TestSimpleUnion
[PASS] TestSkip
[PASS] TestSkipIterating
[PASS] TestSkipWhile
[PASS] TestSum
[PASS] TestTake
[PASS] TestTakeWhile
[PASS] TestToArray
[PASS] TestToArrayOrdered
[PASS] TestToList
[PASS] TestToListOrdered
[PASS] UnorderedTakeTestCase
[PASS] WhereTestCase
[PASS] ZipTestCase
ParallelEnumerableTests : 348443 ms
AesManagedTest
[PASS] CBC_Allowed
[PASS] CFB_NotAllowed
[PASS] CTS_NotAllowed
[PASS] ECB_Allowed
[PASS] FeedbackSize
[PASS] OFB_NotAllowed
AesManagedTest : 4 ms
HashAlgorithmTest
[PASS] Clear
[PASS] Clear2
[PASS] ComputeHash_ArrayNull
[PASS] ComputeHash_ArrayNullIntInt
[PASS] ComputeHash_CountNegative
[PASS] ComputeHash_CountOverflow
[PASS] ComputeHash_OffsetNegative
[PASS] ComputeHash_OffsetOverflow
[PASS] Create
[PASS] CreateNull
[PASS] Disposable
[PASS] Hash_AfterInitialize_SecondTime
[PASS] Hash_AfterTransformBlock
[PASS] Hash_AfterTransformFinalBlock
[PASS] InitializeDisposed
[PASS] InputOutputIntersection
[PASS] NullStream
[PASS] TransformBlock_Disposed
[PASS] TransformBlock_InputBuffer_Null
[PASS] TransformBlock_InputCount_Negative
[PASS] TransformBlock_InputCount_Overflow
[PASS] TransformBlock_InputOffset_Negative
[PASS] TransformBlock_InputOffset_Overflow
[PASS] TransformBlock_OutputBuffer_Null
[PASS] TransformBlock_OutputOffset_Negative
[PASS] TransformBlock_OutputOffset_Overflow
[PASS] TransformFinalBlock_Disposed
[PASS] TransformFinalBlock_InputBuffer_Null
[PASS] TransformFinalBlock_InputCount_Negative
[PASS] TransformFinalBlock_InputCount_Overflow
[PASS] TransformFinalBlock_InputOffset_Negative
[PASS] TransformFinalBlock_InputOffset_Overflow
[PASS] TransformFinalBlock_ReturnedBuffer
[PASS] TransformFinalBlock_Twice_Initialize
HashAlgorithmTest : 20 ms
SHA1Test
[PASS] Create
[PASS] CreateIncorrect
[PASS] CreateNull
[PASS] CreateUnknown
[PASS] HashAlgorithmTest.Clear
[PASS] HashAlgorithmTest.Clear2
[PASS] HashAlgorithmTest.ComputeHash_ArrayNull
[PASS] HashAlgorithmTest.ComputeHash_ArrayNullIntInt
[PASS] HashAlgorithmTest.ComputeHash_CountNegative
[PASS] HashAlgorithmTest.ComputeHash_CountOverflow
[PASS] HashAlgorithmTest.ComputeHash_OffsetNegative
[PASS] HashAlgorithmTest.ComputeHash_OffsetOverflow
[PASS] HashAlgorithmTest.Disposable
[PASS] HashAlgorithmTest.Hash_AfterInitialize_SecondTime
[PASS] HashAlgorithmTest.Hash_AfterTransformBlock
[PASS] HashAlgorithmTest.Hash_AfterTransformFinalBlock
[PASS] HashAlgorithmTest.InitializeDisposed
[PASS] HashAlgorithmTest.InputOutputIntersection
[PASS] HashAlgorithmTest.NullStream
[PASS] HashAlgorithmTest.TransformBlock_Disposed
[PASS] HashAlgorithmTest.TransformBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformBlock_OutputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_Disposed
[PASS] HashAlgorithmTest.TransformFinalBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_ReturnedBuffer
[PASS] HashAlgorithmTest.TransformFinalBlock_Twice_Initialize
[PASS] StaticInfo
SHA1Test : 6 ms
SHA256Test
[PASS] Create
[PASS] CreateIncorrect
[PASS] CreateInvalid
[PASS] CreateNull
[PASS] HashAlgorithmTest.Clear
[PASS] HashAlgorithmTest.Clear2
[PASS] HashAlgorithmTest.ComputeHash_ArrayNull
[PASS] HashAlgorithmTest.ComputeHash_ArrayNullIntInt
[PASS] HashAlgorithmTest.ComputeHash_CountNegative
[PASS] HashAlgorithmTest.ComputeHash_CountOverflow
[PASS] HashAlgorithmTest.ComputeHash_OffsetNegative
[PASS] HashAlgorithmTest.ComputeHash_OffsetOverflow
[PASS] HashAlgorithmTest.Disposable
[PASS] HashAlgorithmTest.Hash_AfterInitialize_SecondTime
[PASS] HashAlgorithmTest.Hash_AfterTransformBlock
[PASS] HashAlgorithmTest.Hash_AfterTransformFinalBlock
[PASS] HashAlgorithmTest.InitializeDisposed
[PASS] HashAlgorithmTest.InputOutputIntersection
[PASS] HashAlgorithmTest.NullStream
[PASS] HashAlgorithmTest.TransformBlock_Disposed
[PASS] HashAlgorithmTest.TransformBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformBlock_OutputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_Disposed
[PASS] HashAlgorithmTest.TransformFinalBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_ReturnedBuffer
[PASS] HashAlgorithmTest.TransformFinalBlock_Twice_Initialize
[PASS] StaticInfo
SHA256Test : 7 ms
SHA384Test
[PASS] Create
[PASS] CreateIncorrect
[PASS] CreateInvalid
[PASS] CreateNull
[PASS] HashAlgorithmTest.Clear
[PASS] HashAlgorithmTest.Clear2
[PASS] HashAlgorithmTest.ComputeHash_ArrayNull
[PASS] HashAlgorithmTest.ComputeHash_ArrayNullIntInt
[PASS] HashAlgorithmTest.ComputeHash_CountNegative
[PASS] HashAlgorithmTest.ComputeHash_CountOverflow
[PASS] HashAlgorithmTest.ComputeHash_OffsetNegative
[PASS] HashAlgorithmTest.ComputeHash_OffsetOverflow
[PASS] HashAlgorithmTest.Disposable
[PASS] HashAlgorithmTest.Hash_AfterInitialize_SecondTime
[PASS] HashAlgorithmTest.Hash_AfterTransformBlock
[PASS] HashAlgorithmTest.Hash_AfterTransformFinalBlock
[PASS] HashAlgorithmTest.InitializeDisposed
[PASS] HashAlgorithmTest.InputOutputIntersection
[PASS] HashAlgorithmTest.NullStream
[PASS] HashAlgorithmTest.TransformBlock_Disposed
[PASS] HashAlgorithmTest.TransformBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformBlock_OutputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_Disposed
[PASS] HashAlgorithmTest.TransformFinalBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_ReturnedBuffer
[PASS] HashAlgorithmTest.TransformFinalBlock_Twice_Initialize
[PASS] StaticInfo
SHA384Test : 7 ms
SHA512Test
[PASS] Create
[PASS] CreateIncorrect
[PASS] CreateInvalid
[PASS] CreateNull
[PASS] HashAlgorithmTest.Clear
[PASS] HashAlgorithmTest.Clear2
[PASS] HashAlgorithmTest.ComputeHash_ArrayNull
[PASS] HashAlgorithmTest.ComputeHash_ArrayNullIntInt
[PASS] HashAlgorithmTest.ComputeHash_CountNegative
[PASS] HashAlgorithmTest.ComputeHash_CountOverflow
[PASS] HashAlgorithmTest.ComputeHash_OffsetNegative
[PASS] HashAlgorithmTest.ComputeHash_OffsetOverflow
[PASS] HashAlgorithmTest.Disposable
[PASS] HashAlgorithmTest.Hash_AfterInitialize_SecondTime
[PASS] HashAlgorithmTest.Hash_AfterTransformBlock
[PASS] HashAlgorithmTest.Hash_AfterTransformFinalBlock
[PASS] HashAlgorithmTest.InitializeDisposed
[PASS] HashAlgorithmTest.InputOutputIntersection
[PASS] HashAlgorithmTest.NullStream
[PASS] HashAlgorithmTest.TransformBlock_Disposed
[PASS] HashAlgorithmTest.TransformBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformBlock_OutputBuffer_Null
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Negative
[PASS] HashAlgorithmTest.TransformBlock_OutputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_Disposed
[PASS] HashAlgorithmTest.TransformFinalBlock_InputBuffer_Null
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputCount_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Negative
[PASS] HashAlgorithmTest.TransformFinalBlock_InputOffset_Overflow
[PASS] HashAlgorithmTest.TransformFinalBlock_ReturnedBuffer
[PASS] HashAlgorithmTest.TransformFinalBlock_Twice_Initialize
[PASS] StaticInfo
SHA512Test : 6 ms
ReaderWriterLockSlimTests
[PASS] DefaultValues
[PASS] Dispose_Errors
[PASS] Dispose_UpgradeableReadLock
[PASS] Dispose_WithReadLock
[PASS] Dispose_WithWriteLock
[PASS] EnterReadLock
[PASS] EnterReadLock_MultiRead
[PASS] EnterReadLock_NoRecursionError
[PASS] EnterUpgradeableReadLock
[PASS] EnterUpgradeableReadLock_NoRecursionError
[PASS] EnterWriteLock
[PASS] EnterWriteLock_After_ExitUpgradeableReadLock
[PASS] EnterWriteLock_MultiRead
[PASS] EnterWriteLock_NoRecursionError
[PASS] EnterWriteLockWhileInUpgradeAndOtherWaiting
[PASS] ExitReadLock
[PASS] ExitWriteLock
[PASS] RecursiveEnterExitReadTest
[PASS] RecursiveEnterExitUpgradableTest
[PASS] RecursiveEnterExitWriteTest
[PASS] RecursiveReadLockTest
[PASS] RecursiveReadPlusUpgradeableLockTest
[PASS] RecursiveReadPlusWriteLockTest
[PASS] RecursiveReadPropertiesTest
[PASS] RecursiveUpgradeableReadLockTest
[PASS] RecursiveUpgradePropertiesTest
[PASS] RecursiveWriteLockTest
[PASS] RecursiveWritePlusReadLockTest
[PASS] RecursiveWritePropertiesTest
[PASS] RecursiveWriteReadAcquisitionInterleaving
[PASS] RecursiveWriteUpgradeReadTest
[PASS] RecursiveWriteUpgradeTest
[PASS] TryEnterReadLock_OutOfRange
[PASS] TryEnterUpgradeableReadLock_OutOfRange
[PASS] TryEnterWriteLock_OutOfRange
[PASS] TryEnterWriteLock_WhileReading
ReaderWriterLockSlimTests : 691 ms
TaskExtensionsTests
[PASS] TaskUnwrapingBehavioralTest
TaskExtensionsTests : 23 ms
TimeZoneInfo_AdjustmentRuleTest+CreateAdjustmentRuleException
[PASS] DateIncludesTimeOfDay
[PASS] DatesMaxMinValid
[PASS] DateTimeKindNotUnspecified
[PASS] DeltaNotInSeconds
[PASS] DeltaOutOfRange
[PASS] EndBeforeStart
[PASS] TransitionEndEqualStart
TimeZoneInfo_AdjustmentRuleTest+CreateAdjustmentRuleException : 5 ms
TimeZoneInfo_AdjustmentRuleTest+NonExceptional
[PASS] Serialization_Deserialization
TimeZoneInfo_AdjustmentRuleTest+NonExceptional : 16 ms
TimeZoneInfo_TransitionTimeTest+CreateFixedDateRuleExceptions
[PASS] DateHasNonDefaultComponent
[PASS] DateNotInMilliSeconds
[PASS] DayOutOfRange
[PASS] KindNotUnspecified
[PASS] MonthOutOfRange
TimeZoneInfo_TransitionTimeTest+CreateFixedDateRuleExceptions : 2 ms
TimeZoneInfo_TransitionTimeTest+CreateFloatingDateRuleExceptions
[PASS] DateHasNonDefaultComponent
[PASS] DateNotInSeconds
[PASS] DayOfWeekOutOfRange
[PASS] KindNotUnspecified
[PASS] MonthOutOfRange
[PASS] WeekOutOfRange
TimeZoneInfo_TransitionTimeTest+CreateFloatingDateRuleExceptions : 1 ms
TimeZoneInfo_TransitionTimeTest+NonExceptional
[PASS] EqualsObject
[PASS] Serialize_Deserialize_FixedDateRule
[PASS] Serialize_Deserialize_FloatingDateRule
TimeZoneInfo_TransitionTimeTest+NonExceptional : 2 ms
TimeZoneInfoTest+ConvertTimeTests
[PASS] ConvertFromToLocal
[PASS] ConvertFromToUtc
[PASS] ConvertFromUtc_ConvertInSummer
[PASS] ConvertFromUTC_ConvertInWinter
[PASS] ConvertFromUtc_DestinationIsUTC
[PASS] ConvertFromUtc_DestinationTimeZoneIsNullException
[PASS] ConvertFromUtc_KindIsLocalException
[PASS] ConvertToTimeZone
[PASS] ConvertToUTC_InvalidDate
[PASS] ConvertToUTC_KindIsLocalButSourceIsNot
[PASS] ConvertToUTC_KindIsUtc
[PASS] ConvertToUTC_KindIsUTCButSourceIsNot
[PASS] ConvertToUTC_SourceIsNull
TimeZoneInfoTest+ConvertTimeTests : 17 ms
TimeZoneInfoTest+CreateCustomTimezoneTests
[PASS] AdjustmentRulesOverlap
[PASS] IdIsEmptyString
[PASS] IdIsNullException
[PASS] MultiplesRulesForDate
[PASS] NullRule
[PASS] OffsetIsNotMinutes
[PASS] OffsetOutOfRange
[PASS] OffsetTooBig
[PASS] OffsetTooSmall
[PASS] RulesNotOrdered
[PASS] SupportsDaylightSavingTime_EmptyAdjustmentRule
[PASS] SupportsDaylightSavingTime_EmptyAdjustmentRule_DisableDaylightSavingTime
[PASS] SupportsDaylightSavingTime_NonEmptyAdjustmentRule
[PASS] SupportsDaylightSavingTime_NonEmptyAdjustmentRule_DisableDaylightSavingTime
TimeZoneInfoTest+CreateCustomTimezoneTests : 3 ms
TimeZoneInfoTest+FindSystemTimeZoneByIdTests
[PASS] BrusselsSupportsDST
[PASS] FindBrusselsTZ
[PASS] FindSystemTimeZoneById_Local_Roundtrip
[PASS] MelbourneSupportsDST
[PASS] NoDSTInKinshasa
[PASS] NonSystemTimezone
[PASS] NullId
[PASS] OffsetIsCorrectInBrussels
[PASS] OffsetIsCorrectInKinshasa
[PASS] RomeAndVaticanSharesTime
[PASS] Test326
TimeZoneInfoTest+FindSystemTimeZoneByIdTests : 20 ms
TimeZoneInfoTest+GetAmbiguousTimeOffsetsTests
[PASS] AmbiguousOffsets
[PASS] DateIsNotAmbiguous
TimeZoneInfoTest+GetAmbiguousTimeOffsetsTests : 5 ms
TimeZoneInfoTest+GetSystemTimeZonesTests
[PASS] ContainsBrussels
[PASS] NotEmpty
TimeZoneInfoTest+GetSystemTimeZonesTests : 1197 ms
TimeZoneInfoTest+HasSameRulesTests
[PASS] NullAdjustments
TimeZoneInfoTest+HasSameRulesTests : 1 ms
TimeZoneInfoTest+IsAmbiguousTimeTests
[PASS] AmbiguousDates
[PASS] AmbiguousUTCDates
TimeZoneInfoTest+IsAmbiguousTimeTests : 1 ms
TimeZoneInfoTest+IsDaylightSavingTimeTests
[PASS] DSTInLondon
[PASS] DSTTransisions
[PASS] DSTTransisionsUTC
[PASS] NoDSTInUTC
TimeZoneInfoTest+IsDaylightSavingTimeTests : 2 ms
TimeZoneInfoTest+IsInvalidTimeTests
[PASS] InvalidDates
TimeZoneInfoTest+IsInvalidTimeTests : 1 ms
TimeZoneInfoTest+PropertiesTests
[PASS] GetLocal
TimeZoneInfoTest+PropertiesTests : 1 ms
TimeZoneInfoTest+SerializationTests
[PASS] Serialization_Deserialization
TimeZoneInfoTest+SerializationTests : 7 ms
systemcoretests : 352375 ms
Tests run: 1473 Passed: 1375 Inconclusive: 0 Failed: 98 Ignored: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment