Skip to content

Commit

Permalink
refs #18011 disable some newly failing tests on cpp windows; refs #17946
Browse files Browse the repository at this point in the history
 increase timeout for tchannels (#18012)

(cherry picked from commit 2ce592a)
  • Loading branch information
timotheecour authored and narimiran committed May 17, 2021
1 parent 9fc0955 commit a63d434
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/cpp/temitlist.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
discard """
targets: "cpp"
output: '''6.0
output: '''
6.0
0'''
disabled: "windows" # pending bug #18011
"""

# bug #4730
Expand Down
4 changes: 3 additions & 1 deletion tests/cpp/tempty_generic_obj.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
discard """
targets: "cpp"
output: '''int
output: '''
int
float'''
disabled: "windows" # pending bug #18011
"""

import typetraits
Expand Down
4 changes: 3 additions & 1 deletion tests/exception/tcpp_imported_exc.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
discard """
targets: "cpp"
output: '''caught as std::exception
output: '''
caught as std::exception
expected
finally1
finally2
Expand All @@ -12,6 +13,7 @@ finally 2
expected
cpp exception caught
'''
disabled: "windows" # pending bug #18011
"""

type
Expand Down

0 comments on commit a63d434

Please sign in to comment.