DioxusLabs / DioxusLabs/taffy

Supplement generated tests with a fuzzing framework

Open
#133 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

build system code quality
Dominant language
Rust
Stars
3.6k
Forks
226
Avg merge
10h 41m
Merged PRs (30d)
40

Description

  1. The test generating code is broken, and hard to maintain, see #89 and #65.
  2. The automatic tests are massive, resulting in painful renames.
  3. This strategy is extremely hard to apply to alternative layout strategies (#28).
  4. These generated tests aren't even complete, and have failed to catch multiple deviations from the spec.

These should be supplemented with a fuzz testing or property-based testing framework.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the generated-test code and the related issues #89 and #65, then examine how the current strategy applies to alternative layout strategies discussed in #28. Define the fuzzing or property-based testing scope and framework before implementation; done means the new tests supplement the generated tests and cover deviations the current suite misses.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
testing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.