We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26a81e commit 2f208bbCopy full SHA for 2f208bb
run-test-suite.py
@@ -310,6 +310,10 @@ def run_test(testdir):
310
args += ['-fplugin=%s' % os.path.abspath('%s.so' % PLUGIN_NAME),
311
'-fplugin-arg-%s-script=%s' % (PLUGIN_NAME, script_py)]
312
313
+ # Force the signedness of char so that the tests have consistent
314
+ # behavior across all archs:
315
+ args += ['-fsigned-char']
316
+
317
# Special-case: add the python include dir (for this runtime) if the C code
318
# uses Python.h:
319
def uses_python_headers():
0 commit comments