@@ -495,7 +495,7 @@ proc jit-dg-test { prog do_what extra_tool_flags } {
495495 # This also ensures that the source name makes it into the
496496 # pass/fail output, so that we can distinguish e.g. which test-foo
497497 # is failing.
498- set output_file "[file tail $prog].exe "
498+ set output_file "[file tail $prog].xcx "
499499 verbose "output_file: $output_file"
500500
501501 # Create the test executable:
@@ -636,7 +636,7 @@ proc jit-dg-test { prog do_what extra_tool_flags } {
636636 # Verify that a reproducer was generated
637637 if { [file exists $generated_reproducer] == 1} {
638638 pass "found generated reproducer: $generated_reproducer"
639- set output_file "${generated_reproducer}.exe "
639+ set output_file "${generated_reproducer}.xcx "
640640 # (this overwrites output_file)
641641
642642 # Try to compile the generated reproducer
@@ -810,7 +810,7 @@ proc jit-verify-assembler { args } {
810810
811811 # Name the built executable as OUTPUT_FILENAME with
812812 # ".exe" appended.
813- set executable_from_asm ${asm_filename}.exe
813+ set executable_from_asm ${asm_filename}.xsx
814814 verbose " executable_from_asm: ${executable_from_asm}"
815815
816816 # Invoke the driver to assemble/link the .s file to the .exe
@@ -952,7 +952,7 @@ proc jit-verify-object { args } {
952952
953953 # Name the linked executable as OUTPUT_FILENAME with
954954 # ".exe" appended.
955- set executable_from_obj ${obj_filename}.exe
955+ set executable_from_obj ${obj_filename}.xox
956956 verbose " executable_from_obj: ${executable_from_obj}"
957957
958958 # Invoke the driver to link the .o file to the .exe
@@ -1004,7 +1004,7 @@ proc jit-verify-dynamic-library { args } {
10041004 # Build a test executable from
10051005 # verify-dynamic-library.c
10061006 set test_src "verify-dynamic-library.c"
1007- set test_executable ${test_src}.exe
1007+ set test_executable ${test_src}.xdx
10081008 verbose " test_executable: ${test_executable}"
10091009
10101010 # Invoke the driver to build the test executable
0 commit comments