Skip to content

Commit

Permalink
Accept difference in warning output for 2 scan tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mppf committed Aug 31, 2020
1 parent c876a46 commit af113b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/scan/scanViews.good
Expand Up @@ -6,7 +6,7 @@ scanViews.chpl:4: warning: scan has been serialized (see issue #12482)
scanViews.chpl:11: Function 'scanArr' instantiated as: scanArr(X: [ArrayViewReindexDom(1,int(64),false,int(64),unmanaged domain(1,int(64),false),int(64),unmanaged ArrayViewReindexDist(unmanaged DefaultDist,unmanaged domain(1,int(64),false),int(64),unmanaged domain(1,int(64),false)))] int(64))
scanViews.chpl:3: In function 'scanArr':
scanViews.chpl:4: warning: scan has been serialized (see issue #12482)
scanViews.chpl:12: Function 'scanArr' instantiated as: scanArr(X: [ArrayViewReindexDom(1,int(64),false,int(64),unmanaged domain(1,int(64),false),int(64),unmanaged ArrayViewReindexDist(unmanaged DefaultDist,unmanaged domain(1,int(64),false),int(64),unmanaged domain(1,int(64),false)))] int(64))
scanViews.chpl:12: Function 'scanArr' instantiated as: scanArr(X: [domain(1,int(64),false)] int(64))
scanViews.chpl:3: In function 'scanArr':
scanViews.chpl:4: warning: scan has been serialized (see issue #12482)
scanViews.chpl:16: Function 'scanArr' instantiated as: scanArr(X: [ArrayViewRankChangeDom(1,int(64),false,2*bool,2*int(64),int(64),unmanaged ArrayViewRankChangeDist(unmanaged DefaultDist,2*bool,2*int(64)))] int(64))
Expand Down
2 changes: 1 addition & 1 deletion test/scan/scanViewsBlock.good
Expand Up @@ -6,7 +6,7 @@ scanViewsBlock.chpl:4: warning: scan has been serialized (see issue #12482)
scanViewsBlock.chpl:13: Function 'scanArr' instantiated as: scanArr(X: [ArrayViewReindexDom(1,int(64),false,int(64),unmanaged BlockDom(1,int(64),false,unmanaged DefaultDist),int(64),unmanaged ArrayViewReindexDist(unmanaged Block(1,int(64),unmanaged DefaultDist),unmanaged domain(1,int(64),false),int(64),unmanaged BlockDom(1,int(64),false,unmanaged DefaultDist)))] int(64))
scanViewsBlock.chpl:3: In function 'scanArr':
scanViewsBlock.chpl:4: warning: scan has been serialized (see issue #12482)
scanViewsBlock.chpl:14: Function 'scanArr' instantiated as: scanArr(X: [ArrayViewReindexDom(1,int(64),false,int(64),unmanaged BlockDom(1,int(64),false,unmanaged DefaultDist),int(64),unmanaged ArrayViewReindexDist(unmanaged Block(1,int(64),unmanaged DefaultDist),unmanaged domain(1,int(64),false),int(64),unmanaged BlockDom(1,int(64),false,unmanaged DefaultDist)))] int(64))
scanViewsBlock.chpl:14: Function 'scanArr' instantiated as: scanArr(X: [BlockDom(1,int(64),false,unmanaged DefaultDist)] int(64))
scanViewsBlock.chpl:3: In function 'scanArr':
scanViewsBlock.chpl:4: warning: scan has been serialized (see issue #12482)
scanViewsBlock.chpl:18: Function 'scanArr' instantiated as: scanArr(X: [ArrayViewRankChangeDom(1,int(64),false,2*bool,2*int(64),int(64),unmanaged ArrayViewRankChangeDist(unmanaged DefaultDist,2*bool,2*int(64)))] int(64))
Expand Down

0 comments on commit af113b3

Please sign in to comment.