@@ -1090,6 +1090,33 @@ def run_cc(self, cc_extraargs):
10901090 ["1.2" , "errors" , "WREF" ],
10911091 join (testdir , "1.2" , "errors" , "WREF.dml" ),
10921092 api_version = "5" ))
1093+ all_tests .append (CTestCase (
1094+ ["1.4" , "legacy" , "no_compat_5a" ],
1095+ join (testdir , "1.4" , "legacy" , "no_compat_5a.dml" ),
1096+ api_version = "5" ))
1097+ all_tests .append (CTestCase (
1098+ ["1.4" , "legacy" , "no_compat_5b" ],
1099+ join (testdir , "1.4" , "legacy" , "no_compat_5b.dml" ),
1100+ api_version = "5" ))
1101+
1102+ all_tests .append (CTestCase (
1103+ ["1.4" , "legacy" , "no_compat_6a" ],
1104+ join (testdir , "1.4" , "legacy" , "no_compat_6a.dml" ),
1105+ api_version = "6" ))
1106+ all_tests .append (CTestCase (
1107+ ["1.4" , "legacy" , "no_compat_6b" ],
1108+ join (testdir , "1.4" , "legacy" , "no_compat_6b.dml" ),
1109+ api_version = "6" ))
1110+ if get_simics_major () != "6" :
1111+ # API=7 not possible in 6
1112+ all_tests .append (CTestCase (
1113+ ["1.4" , "legacy" , "no_compat_7a" ],
1114+ join (testdir , "1.4" , "legacy" , "no_compat_7a.dml" ),
1115+ api_version = "7" ))
1116+ all_tests .append (CTestCase (
1117+ ["1.4" , "legacy" , "no_compat_7b" ],
1118+ join (testdir , "1.4" , "legacy" , "no_compat_7b.dml" ),
1119+ api_version = "7" ))
10931120
10941121if get_simics_major () == "7" :
10951122 all_tests .append (CTestCase (
0 commit comments