mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 18:11:44 +00:00
refs #18011 disable some newly failing tests on cpp windows; refs #17946 increase timeout for tchannels (#18012)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
discard """
|
||||
targets: "cpp"
|
||||
output: '''caught as std::exception
|
||||
output: '''
|
||||
caught as std::exception
|
||||
expected
|
||||
finally1
|
||||
finally2
|
||||
@@ -12,6 +13,7 @@ finally 2
|
||||
expected
|
||||
cpp exception caught
|
||||
'''
|
||||
disabled: "windows" # pending bug #18011
|
||||
"""
|
||||
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user