Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge SRI-CSL and kelloggm changes #18

Merged
merged 144 commits into from
Sep 10, 2021
Merged

Merge SRI-CSL and kelloggm changes #18

merged 144 commits into from
Sep 10, 2021

Conversation

wmdietl
Copy link
Member

@wmdietl wmdietl commented Sep 1, 2021

No description provided.

tim-mccarthy and others added 30 commits May 11, 2017 11:37
- Newer versions of maven include color output, which breaks our
  parser. Batch mode disables colors.
Print timeout seconds, for better debugging
Add omitmethods flag to Randoop tool
Updated flaky test flag for Randoop 4
correct name of replacement file; remove vi temp file
no need for replacement-file argument
randoop needs to be on compile classpath
mernst and others added 19 commits May 11, 2021 10:28
Co-authored-by: Jason Waataja <jwaataja@cs.washington.edu>
Co-authored-by: Martin Kellogg <kelloggm@cs.washington.edu>
…Needed for checker-framework's WPI to run on JDK 16. (#50)

Co-authored-by: Neil Brown <neil@twistedsquare.com>
* Stopped the argument parser getting confused when you have "--a=b c" and thinking that c is the value of the "a=b" switch.

* Fix an issue where the argument parsing could remove "--add-opens" but leave in the target value of the add-opens as a dangling parameter.

Co-authored-by: Neil Brown <neil@twistedsquare.com>
@wmdietl wmdietl merged commit d1197ed into master Sep 10, 2021
@wmdietl wmdietl deleted the kelloggm-wpi branch September 10, 2021 01:09
@Ao-senXiong
Copy link

@wmdietl Looks like this update breaks testminimizer

  File "/home/axiong/test-minimizer/do-like-javac/do_like_javac/tools/testminimizer.py", line 366, in interesting
    exec_result = ToolRunningUtil.running_tool(self.tool_args, file_list, self.target_classpath, "file_set_minimization")
  File "/home/axiong/test-minimizer/do-like-javac/do_like_javac/tools/testminimizer.py", line 397, in running_tool
    tool_cmd = SUPPORT_TOOLS[args.debuggedTool].get_tool_command(args, target_classpath, file_list)
AttributeError: module 'do_like_javac.tools.check' has no attribute 'get_tool_command'

@wmdietl
Copy link
Member Author

wmdietl commented Jun 2, 2024

@Ao-senXiong Can you open an issue instead? This comment on a merged PR is easy to miss.

@Ao-senXiong
Copy link

File "/home/axiong/test-minimizer/do-like-javac/do_like_javac/tools/testminimizer.py", line 366, in interesting
exec_result = ToolRunningUtil.running_tool(self.tool_args, file_list, self.target_classpath, "file_set_minimization")
File "/home/axiong/test-minimizer/do-like-javac/do_like_javac/tools/testminimizer.py", line 397, in running_tool
tool_cmd = SUPPORT_TOOLS[args.debuggedTool].get_tool_command(args, target_classpath, file_list)
AttributeError: module 'do_like_javac.tools.check' has no attribute 'get_tool_command'

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants