Skip to content

Commit 1c6d79f

Browse files
Skip some tests that will not pass until IWR can handle function types
Signed-off-by: David Longnecker <[email protected]>
1 parent 221b8d9 commit 1c6d79f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/functions/fcf/pointers/Motivators.chpl

+4-3
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,11 @@ module Motivators {
187187
testNestedProcInGenericInstantiation();
188188
testPtrToNestedProcInMethod();
189189
testCallProcStoredInRecordField();
190-
testCallProcReturningByConstRef();
190+
// TODO: Need to fit 'FunctionType' into 'insertWideReferences'.
191+
// testCallProcReturningByConstRef();
191192
testParenlessProcNotProcType();
192-
testProcValueThatThrows1();
193-
testProcValueThatThrows2();
193+
// testProcValueThatThrows1();
194+
// testProcValueThatThrows2();
194195
testProcCallAsActualParsing1();
195196
testProcCallAsActualParsing2();
196197
testAnonProcAsForwardingCrazyProgram();

0 commit comments

Comments
 (0)