From a1750bd43189bb36f5e461df139b7b1a5b4c6b5c Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 8 Oct 2015 10:58:52 -0700 Subject: skip sdl/opengl/fsmonitor tests when unavailable --- tests/testament/tester.nim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim index b18e343cd..a5e622010 100644 --- a/tests/testament/tester.nim +++ b/tests/testament/tester.nim @@ -105,6 +105,12 @@ proc callCompiler(cmdTemplate, filename, options: string, elif suc =~ pegSuccess: result.err = reSuccess + if result.err == reNimcCrash and + ("Your platform is not supported" in result.msg or + "cannot open 'sdl'" in result.msg or + "cannot open 'opengl'" in result.msg): + result.err = reIgnored + proc callCCompiler(cmdTemplate, filename, options: string, target: TTarget): TSpec = let c = parseCmdLine(cmdTemplate % ["target", targetToCmd[target], -- cgit 1.4.1-2-gfad0