mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
refs #18011 disable some newly failing tests on cpp windows; refs #17946 increase timeout for tchannels (#18012)
(cherry picked from commit 2ce592a209)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
discard """
|
||||
targets: "cpp"
|
||||
output: '''6.0
|
||||
output: '''
|
||||
6.0
|
||||
0'''
|
||||
disabled: "windows" # pending bug #18011
|
||||
"""
|
||||
|
||||
# bug #4730
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
discard """
|
||||
targets: "cpp"
|
||||
output: '''int
|
||||
output: '''
|
||||
int
|
||||
float'''
|
||||
disabled: "windows" # pending bug #18011
|
||||
"""
|
||||
|
||||
import typetraits
|
||||
|
||||
@@ -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