]> git.lizzy.rs Git - rust.git/commit
Tests for dynamic regexes will now run during 'check-stage2'.
authorAndrew Gallant <jamslam@gmail.com>
Fri, 25 Apr 2014 21:28:05 +0000 (17:28 -0400)
committerAndrew Gallant <jamslam@gmail.com>
Fri, 25 Apr 2014 21:28:05 +0000 (17:28 -0400)
commit34c88ef4d6bf13d06ee469c4cc4b18d64a9c83f0
treec7a53b8114bacc8acaea07e4b7136ebbafecae66
parent6c3bdbe2e45739a5396316392ae3eb8c1d7a7434
Tests for dynamic regexes will now run during 'check-stage2'.

Before, tests for dynamic regexes ran during stage1 and tests for
native regexes ran during stage2. But the buildbots don't test stage1,
so now both dynamic and native tests are run during stage2.

Closes #13740.
src/libregex/test/mod.rs