File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/check-windows-version Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 137
137
<test testName =" change-filename-extension" configFile =" config/TEMPLATE_behavior_tests.xml" />
138
138
<test testName =" helper_function_preference_no_queue_device" configFile =" config/TEMPLATE_behavior_tests.xml" />
139
139
<test testName =" check-device-unsupport-aspect" configFile =" config/TEMPLATE_behavior_tests.xml" />
140
- <!-- < test testName="check-windows-version" configFile="config/TEMPLATE_behavior_tests_win.xml" /> -- >
140
+ <test testName =" check-windows-version" configFile =" config/TEMPLATE_behavior_tests_win.xml" />
141
141
<test testName =" query-api-mapping" configFile =" config/TEMPLATE_behavior_tests_after_11.5.xml" />
142
142
<test testName =" query-api-mapping-linux" configFile =" config/TEMPLATE_behavior_tests_lin.xml" />
143
143
<test testName =" query-api-mapping-linux-after10.2" configFile =" config/TEMPLATE_behavior_tests_lin_after_10.2.xml" />
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ def migrate_test():
33
33
return False
34
34
print ("dpct's bundled clang version is: {}" .format (ct_clang_version ))
35
35
36
+ ct_clang_version = ct_clang_version + "git"
37
+
36
38
file_version = get_windows_version (ct_path , 'FileVersion' ).strip ()
37
39
product_version = get_windows_version (ct_path , 'ProductVersion' ).strip ()
38
40
product_name = get_windows_version (ct_path , 'ProductName' ).strip ()
You can’t perform that action at this time.
0 commit comments