Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add an option to control fuzzing #451#552

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Markoutte merged 1 commit intomainfrompelevin/fuzzing_control_option
Jul 21, 2022

Conversation

@Markoutte
Copy link
Collaborator

Description

Adds a slider to control fuzzing intoTools → UTBot. Slider with label "Code analysis" disables symbolic execution when it's set to the leftmost value (Simpler) or disables fuzzer if it's set to the rightmost value (Deeper). Other slider positions dispense time between symbolic execution and fuzzing.

The SettingsWindow was updated according to the Kotlin UI DSL 1.0 guidelines. Fixed an issue when property 'hanging test timeout' was incorrectly deserialized from the settings.

Fixes#451

Type of Change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Automated Testing

Manual Scenario

  1. Set slider to the leftmost position and generate test: only fuzzer test should be generated
  2. Set slider to the rightmost position and generate test: only symbolic execution test should be generated
  3. Set slider to the middle position and generate test: both fuzzer and symbolic execution test should be generated

Checklist:

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@MarkoutteMarkoutteforce-pushed thepelevin/fuzzing_control_option branch froma9c5497 to39f2de0CompareJuly 20, 2022 06:05
@MarkoutteMarkoutte merged commitb7ea573 intomainJul 21, 2022
@MarkoutteMarkoutte deleted the pelevin/fuzzing_control_option branchJuly 21, 2022 09:16
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@Vassiliy-KudryashovVassiliy-KudryashovVassiliy-Kudryashov approved these changes

@EgorkaKulikovEgorkaKulikovEgorkaKulikov approved these changes

@DamtevDamtevDamtev approved these changes

Assignees

No one assigned

Labels

None yet

Projects

Archived in project

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Add an option to control fuzzing

5 participants

@Markoutte@Vassiliy-Kudryashov@EgorkaKulikov@Damtev

[8]ページ先頭

©2009-2025 Movatter.jp