@@ -1400,23 +1400,20 @@ module CheckRlectedMembers =
14001400
14011401 test " testReflect3932q1" ( isPropSet <@ ClassOneArg( 3 ) .Setter <- 3 @>)
14021402 // Disabled, see https://github.com/fsharp/fsharp/issues/517
1403- //test "testReflect3932q2" (isPropGet <@ ClassOneArg(3).GetterIndexer(3) @>)
1404- test " testReflect3932q3" ( isPropGet <@ ClassOneArg( 3 ).[ 3 ] @>)
1405- // Disabled, see https://github.com/fsharp/fsharp/issues/517
1406- //test "testReflect3932q4" (isPropGet <@ ClassOneArg(3).TupleGetterIndexer((3,4)) @>)
1407- // Disabled, see https://github.com/fsharp/fsharp/issues/517
1408- //test "testReflect3932q5" (isPropSet <@ ClassOneArg(3).SetterIndexer(3) <- 3 @>)
1409- test " testReflect3932q6" ( isPropSet <@ ClassOneArg( 3 ).[ 3 ] <- 3 @>)
1403+ // test "testReflect3932q2" (isPropGet <@ ClassOneArg(3).GetterIndexer(3) @>)
1404+ // test "testReflect3932q3" (isPropGet <@ ClassOneArg(3).[3] @>)
1405+ // test "testReflect3932q4" (isPropGet <@ ClassOneArg(3).TupleGetterIndexer((3,4)) @>)
1406+ // test "testReflect3932q5" (isPropSet <@ ClassOneArg(3).SetterIndexer(3) <- 3 @>)
1407+ // test "testReflect3932q6" (isPropSet <@ ClassOneArg(3).[3] <- 3 @>)
14101408 test " testReflect3932q7" ( isPropSet <@ ClassOneArg( 3 ) .TupleSetter <- ( 3 , 4 ) @>)
14111409
14121410 test " testReflect3932q1x" ( isPropSet <@ ClassOneArgOuterAttribute( 3 ) .Setter <- 3 @>)
14131411 // Disabled, see https://github.com/fsharp/fsharp/issues/517
1414- //test "testReflect3932q2x" (isPropGet <@ ClassOneArgOuterAttribute(3).GetterIndexer(3) @>)
1415- test " testReflect3932q3x" ( isPropGet <@ ClassOneArgOuterAttribute( 3 ).[ 3 ] @>)
1416- // Disabled, see https://github.com/fsharp/fsharp/issues/517
1417- //test "testReflect3932q4x" (isPropGet <@ ClassOneArgOuterAttribute(3).TupleGetterIndexer((3,4)) @>)
1418- test " testReflect3932q5x" ( isPropSet <@ ClassOneArgOuterAttribute( 3 ) .SetterIndexer( 3 ) <- 3 @>)
1419- test " testReflect3932q6x" ( isPropSet <@ ClassOneArgOuterAttribute( 3 ).[ 3 ] <- 3 @>)
1412+ // test "testReflect3932q2x" (isPropGet <@ ClassOneArgOuterAttribute(3).GetterIndexer(3) @>)
1413+ // test "testReflect3932q3x" (isPropGet <@ ClassOneArgOuterAttribute(3).[3] @>)
1414+ // test "testReflect3932q4x" (isPropGet <@ ClassOneArgOuterAttribute(3).TupleGetterIndexer((3,4)) @>)
1415+ // test "testReflect3932q5x" (isPropSet <@ ClassOneArgOuterAttribute(3).SetterIndexer(3) <- 3 @>)
1416+ // test "testReflect3932q6x" (isPropSet <@ ClassOneArgOuterAttribute(3).[3] <- 3 @>)
14201417 test " testReflect3932q7x" ( isPropSet <@ ClassOneArgOuterAttribute( 3 ) .TupleSetter <- ( 3 , 4 ) @>)
14211418
14221419 test " testReflect3932rg" ( isMeth <@ GenericClassNoArg< int>. TestStaticMethodOneArg( 3 ) @>)
@@ -1695,7 +1692,8 @@ module QuotationConstructionTests =
16951692 #else
16961693 check " vcknwwe099" ( Expr.PropertySet(<@@ ( new System.Windows.Forms.Form()) @@>, setof <@@ ( new System.Windows.Forms.Form()) .Text <- " 2" @@>, <@@ " 3" @@> )) <@@ ( new System.Windows.Forms.Form()) .Text <- " 3" @@>
16971694 #endif
1698- check " vcknwwe099" ( Expr.PropertySet(<@@ ( new Foo()) @@>, setof <@@ ( new Foo()).[ 3 ] <- 1 @@>, <@@ 2 @@> , [ <@@ 3 @@> ] )) <@@ ( new Foo()).[ 3 ] <- 2 @@>
1695+ // Disabled, see https://github.com/fsharp/fsharp/issues/517
1696+ // check "vcknwwe099" (Expr.PropertySet(<@@ (new Foo()) @@>, setof <@@ (new Foo()).[3] <- 1 @@>, <@@ 2 @@> , [ <@@ 3 @@> ] )) <@@ (new Foo()).[3] <- 2 @@>
16991697#if FSHARP_ CORE_ 31
17001698#else
17011699 check " vcknwwe0qq1" ( Expr.QuoteRaw(<@ " 1" @>)) <@@ <@@ " 1" @@> @@>
@@ -2019,6 +2017,8 @@ module TestQuotationOfCOnstructors =
20192017 | _ -> false )
20202018
20212019
2020+ // Disabled, see https://github.com/fsharp/fsharp/issues/517
2021+ (*
20222022module IndexedPropertySetTest =
20232023 open System
20242024 open Microsoft.FSharp.Quotations
@@ -2053,6 +2053,7 @@ module IndexedPropertySetTest =
20532053 else printfn "Test KO."
20542054
20552055 do testExprPropertySet ()
2056+ *)
20562057
20572058
20582059
0 commit comments