aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-wslua.sh
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-10-10 20:10:23 +0100
committerPeter Wu <peter@lekensteyn.nl>2016-10-10 21:49:08 +0000
commit754d03cb822c8bb8a8813cab403ef3d4c39a7561 (patch)
tree97cea674b59ac37c3c11881c7e5fa099df43b421 /test/suite-wslua.sh
parent7715d4819a953d9ff3d00603a69613b3ca937383 (diff)
Disable wslua GRegex unit test
It's broken for recent GLib versions and there is no time frame for a fix. Ping-Bug: 12997 Change-Id: Ia687af9b0df8fc37121179ba20761c878bf57057 Reviewed-on: https://code.wireshark.org/review/18140 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'test/suite-wslua.sh')
-rwxr-xr-xtest/suite-wslua.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite-wslua.sh b/test/suite-wslua.sh
index 3ca20d9dc9..8e7e22dcac 100755
--- a/test/suite-wslua.sh
+++ b/test/suite-wslua.sh
@@ -474,7 +474,8 @@ wslua_suite() {
test_step_add "wslua field/fieldinfo" wslua_step_field_test
test_step_add "wslua file" wslua_step_file_test
test_step_add "wslua globals" wslua_step_globals_test
- test_step_add "wslua gregex" wslua_step_gregex_test
+ # GRegex tests are broken since PCRE 8.34, see bug 12997.
+ #test_step_add "wslua gregex" wslua_step_gregex_test
test_step_add "wslua int64" wslua_step_int64_test
test_step_add "wslua listener" wslua_step_listener_test
test_step_add "wslua nstime" wslua_step_nstime_test