Sha256: 9226ac473b8ddc83a9c5784904073a9d959c6310e4c51748fe056437fd1ed18b

Contents?: true

Size: 1.52 KB

Versions: 40

Compression:

Stored size: 1.52 KB

Contents

Code:
  * Test mutant with dynamically created zombie.
  * Log all warnings through reporter, so remove random $stderr.puts calls

Mutations:
  * Add true masgn mutations
  * Add binary operator specific mutations (YAY, finally reached this point)
  * Add some kind of a "do not touch me object" that raises on all messages.
    It can be used to make sure each literal value is touched.
  * Replace nil or add "do not touch me object" to literal mutations.
  * Mutate options on Regexp literals
  * Add mutations for dynamic regexp symbol and string literals
  * Mutate "def foo; bar; end" to "def foo; self; end"?
  * Mutate Block catch "def foo(&block)" and block pass "foo(&block)"
  * Binary operator mutations
  * Add timeout to terminate infinite loops

    Example of a negative mutation:
      Mutations on local variables and arguments prefixed with an underscore would be emitted as
      negative mutations that must be alive.

Loader:
  * Make sure loader does not change visibility of injected mutants

Killers:
  * Move test framework specific stuff to strategy
  * Add a general master <=> killer IPC interface. So different strategies of isolation
    (fork, vs jruby runtime creation) will work without big impact.

Strategy:
  * Aggregate warnings on missing spec files
  * Provide "expicit files to kill with" strategy

Matcher:
  * Allow matches on attr_reader with literal name argument(s)?
  * Allow matches on define_method with literal name argument?

jruby-support:
  * Create a runtime per mutation to kill mutations in isolation

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
mutant-rspec-0.5.20 TODO
mutant-0.5.20 TODO
mutant-rspec-0.5.19 TODO
mutant-0.5.19 TODO
mutant-0.5.18 TODO
mutant-rspec-0.5.17 TODO
mutant-0.5.17 TODO
mutant-0.5.16 TODO
mutant-rspec-0.5.16 TODO
mutant-rspec-0.5.15 TODO
mutant-0.5.15 TODO
mutant-rspec-0.5.14 TODO
mutant-0.5.14 TODO
mutant-rspec-0.5.13 TODO
mutant-0.5.13 TODO
mutant-0.5.12 TODO
mutant-0.5.11 TODO
mutant-0.5.10 TODO
mutant-rspec-0.5.10 TODO
mutant-0.5.9 TODO