Commit Graph

10 Commits

Author SHA1 Message Date
Marc Delisle
f8634bb1bb Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-16 08:44:40 -04:00
Marc Delisle
59d660d30d Unused code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-16 08:40:28 -04:00
Nisarg Jhaveri
169e15be81 feature 857: Regex search and replace
- Implemented basic regex search and replace for tables.
- Added a checkbox to use regex in 'Find and Replace' view.
- Fixed some tests for this feature

Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@students.iiit.ac.in>
2014-08-15 18:26:31 +05:30
Jeff Chan
0216a5a4a1 Move slow tests in HHVM to group medium
These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 05:20:31 +00:00
Jeff Chan
607cb3b0b3 Import dependencies to make unit tests friendlier to running independently
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 659efe1a88

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-10 03:26:24 +00:00
Jeff Chan
659efe1a88 Import dependencies to make unit tests friendlier to running independently
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 840f7b1215

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-09 08:16:24 +00:00
ptarjan
840f7b1215 Make unit tests friendlier to running independently 2013-11-20 14:43:55 -08:00
ayushchd
b9a5bffaba Testsuite code-compliance fixes 2013-08-07 22:28:46 +05:30
Kasun Chathuranga
26945d9db0 Fix test failures 2013-07-31 18:55:11 +05:30
Kasun Chathuranga
9d451761ab Tests for find and replace feature 2013-07-31 18:24:08 +05:30