From 40186d381313617992496b90b511dd603e971937 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Wed, 5 Feb 2014 13:39:28 +0400 Subject: [PATCH] Update list of accepted system compilers in run_test.py --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index 85190e22..89e6cd87 100755 --- a/run_tests.py +++ b/run_tests.py @@ -380,7 +380,7 @@ def file_check(compfails, runfails): compiler_version = options.compiler_exe + temp3.group() else: compiler_version = "cl" - possible_compilers = ["g++4.4", "g++4.7", "clang++3.3", "cl"] + possible_compilers = ["clang++3.3", "clang++3.4", "cl"] if not compiler_version in possible_compilers: error("\n**********\nWe don't have history of fails for compiler " + compiler_version +