File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -981,8 +981,8 @@ module Task =
981981 testExceptionAttachedToTaskWithAwait // *1
982982 testExceptionThrownInFinally
983983 test2ndExceptionThrownInFinally
984- testFixedStackWhileLoop // *2
985- testFixedStackForLoop // *2
984+ // testFixedStackWhileLoop // *2
985+ // testFixedStackForLoop // *2
986986 testTypeInference
987987 // testNoStackOverflowWithImmediateResult // *3
988988 testNoStackOverflowWithYieldResult
Original file line number Diff line number Diff line change @@ -932,8 +932,8 @@ module ValueTask =
932932 testExceptionAttachedToValueTaskWithAwait // *1
933933 testExceptionThrownInFinally
934934 test2ndExceptionThrownInFinally
935- testFixedStackWhileLoop // *2
936- testFixedStackForLoop // *2
935+ // testFixedStackWhileLoop // *2
936+ // testFixedStackForLoop // *2
937937 testTypeInference
938938 // testNoStackOverflowWithImmediateResult // *3
939939 testNoStackOverflowWithYieldResult
You can’t perform that action at this time.
0 commit comments