tests/basic/[a-f]*: Make skippable.
For small ports which don't have all features enabled.
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
# test builtin min and max functions
|
||||
try:
|
||||
min
|
||||
max
|
||||
except:
|
||||
import sys
|
||||
print("SKIP")
|
||||
sys.exit()
|
||||
|
||||
print(min(0,1))
|
||||
print(min(1,0))
|
||||
|
||||
Reference in New Issue
Block a user