PATH does not include /sw/bin on OS X#2
Merged
Conversation
…t print_function under python 2.7 because the print('a','b') effectively becomes printing a tuple which doesn't match the expected strings
This was referenced Jan 2, 2018
Closed
bdbaddog
pushed a commit
that referenced
this pull request
Dec 15, 2019
fixed match function to be non-regex
3 tasks
3 tasks
bdbaddog
pushed a commit
that referenced
this pull request
Oct 13, 2020
The way runtest.py passes the list of fixture directories is racy because it sets it in os.environ['FIXTURE_DIRS'] and then spawns the subprocess, counting on Python to start the subprocess before that list is overwritten when spawning the next directory. At least on Windows, the environment is not copied in subprocess.run so runtest.py may overwrite the list of fixture directories with the list for test #2 while the subprocess module is still kicking off test #1. I was able to easily reproduce this by running the command: `python runtest.py -j 2 test\MSVC\VSWHERE.py test\AS\ASPPFLAGS.py` a few times in a row. However, with this fix, that command repeatedly succeeds. To validate ths fix, I also ran that command with "--xml a.xml" and "--xml a.xml --nopipefiles" to validate that those other executors worked correctly.
3 tasks
bdbaddog
pushed a commit
that referenced
this pull request
Apr 12, 2021
Fix failing tests, restore last ditch default setting in TempFileMunge for TEMPFILEARGESCFUNC
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This issue was originally created at: 2005-05-07 12:52:36.
This issue was reported by:
gregnoel.gregnoel said at 2005-05-07 12:52:36
stevenknight said at 2005-10-07 19:49:06
stevenknight said at 2006-01-05 18:14:55
kmaples said at 2006-05-20 17:03:30
kmaples said at 2006-05-20 17:14:13