Skip to content

Commit

Permalink
Update release checklist: torture options
Browse files Browse the repository at this point in the history
Also DUK_OPT_xxx -> DUK_USE_xxx renames.
  • Loading branch information
svaarala committed Aug 30, 2015
1 parent a9f84d5 commit cee1db1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions doc/release-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Checklist for ordinary releases
* Compilation tests:

- Clean compile for command line tool with (a) no options and (b) common
debug options (DUK_OPT_DEBUG, DUK_OPT_DPRINT, DUK_OPT_SELF_TESTS,
DUK_OPT_ASSERTIONS)
debug options (DUK_USE_DEBUG, DUK_USE_DPRINT, DUK_USE_SELF_TESTS,
DUK_USE_ASSERTIONS)

- Compile both from ``src`` and ``src-separate``.

Expand Down Expand Up @@ -119,9 +119,13 @@ Checklist for ordinary releases

* Run testcases with torture options

- DUK_OPT_GC_TORTURE
- DUK_USE_GC_TORTURE

- DUK_OPT_SHUFFLE_TORTURE
- DUK_USE_SHUFFLE_TORTURE

- DUK_USE_REFZERO_FINALIZER_TORTURE

- DUK_USE_MARKANDSWEEP_FINALIZER_TORTURE

* Memory usage testing

Expand Down Expand Up @@ -150,7 +154,7 @@ Checklist for ordinary releases

* Regfuzz

- On x86-64, with DUK_OPT_ASSERTIONS
- On x86-64, with DUK_USE_ASSERTIONS

- make regfuzztest

Expand Down

0 comments on commit cee1db1

Please sign in to comment.