Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Addt'l fixes so suite-unittests will run under windows | Bill Meier | 2007-04-24 | 1 | -3/+4 |
| | | | | svn path=/trunk/; revision=21546 | ||||
* | Use correct install target: 'make ..._install (and not 'make 'install_...') | Bill Meier | 2007-04-24 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=21545 | ||||
* | fix typos | Richard van der Hoff | 2007-04-19 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=21476 | ||||
* | following advice from Gerald, Graham Bloice, and others, let's try copying ↵ | Richard van der Hoff | 2007-04-18 | 1 | -1/+14 |
| | | | | | | the unit test executables into the wireshark-gtk2 directory before running them. svn path=/trunk/; revision=21472 | ||||
* | that didn't help. try skipping the exntest to see if it's just that one. | Richard van der Hoff | 2007-04-07 | 1 | -6/+3 |
| | | | | svn path=/trunk/; revision=21350 | ||||
* | make the unit tests spam their output, in an attempt yo understand wtf the ↵ | Richard van der Hoff | 2007-04-07 | 1 | -3/+6 |
| | | | | | | matter with the buildbot is svn path=/trunk/; revision=21349 | ||||
* | another go at fixing the unit tests under windows - give a -f Makefile.nmake arg | Richard van der Hoff | 2007-04-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=21314 | ||||
* | hopefully fix this for win32 by using nmake | Richard van der Hoff | 2007-04-03 | 1 | -1/+7 |
| | | | | svn path=/trunk/; revision=21312 | ||||
* | Propset suite-unittests.sh and add executable to .sh files | Jörg Mayer | 2007-04-03 | 7 | -0/+0 |
| | | | | svn path=/trunk/; revision=21311 | ||||
* | Run the epan unittests as part of the test suite | Richard van der Hoff | 2007-04-03 | 2 | -0/+73 |
| | | | | svn path=/trunk/; revision=21309 | ||||
* | Under Windows, try to use the first interface that looks like Ethernet | Gerald Combs | 2007-03-06 | 1 | -1/+7 |
| | | | | | | | as the capture interface. This should fix the capture test failures on the Windows builder. svn path=/trunk/; revision=20989 | ||||
* | Additoinal diagnostic info in output logs | Bill Meier | 2007-02-05 | 1 | -6/+21 |
| | | | | svn path=/trunk/; revision=20715 | ||||
* | Now need to use interface #2 ?? | Bill Meier | 2007-01-28 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=20590 | ||||
* | Add some debug output so can see why failure when buildbot runs this script | Bill Meier | 2007-01-28 | 1 | -5/+24 |
| | | | | svn path=/trunk/; revision=20589 | ||||
* | Hack so test.sh will work with bash 3.1.6 or greater | Bill Meier | 2006-12-28 | 1 | -0/+3 |
| | | | | | | | which requires 'igncr' to be able to process files in 'dos format' (\r\n line endings) svn path=/trunk/; revision=20229 | ||||
* | OK: I think I've fixed most of the problems in | Bill Meier | 2006-12-22 | 1 | -22/+7 |
| | | | | | | | | | suite-capture.sh which were causing some of tests to fail; The stdout tests still tend to fail: some issue with flushing the stdout pipe ?? svn path=/trunk/; revision=20200 | ||||
* | Use interface '1' for the capture tests; | Bill Meier | 2006-12-22 | 2 | -3/+27 |
| | | | | | | Add additional error output in case any other problems svn path=/trunk/; revision=20197 | ||||
* | Add additional output to try to find out why the "capture 10 | Bill Meier | 2006-12-22 | 1 | -5/+12 |
| | | | | | | | packets" test fails during the run-tests step of the buildbot windows build ... svn path=/trunk/; revision=20191 | ||||
* | The capture test suite currently fails on quiet networks. Try to fix | Gerald Combs | 2006-12-11 | 2 | -12/+53 |
| | | | | | | | | this by generating some ICMP packets before each test. Add an "icmp" capture filter to each test to better control the test conditions. Fixup whitespace. svn path=/trunk/; revision=20115 | ||||
* | Add command-line options: -c disables color, -h prints help, -s runs | Gerald Combs | 2006-10-10 | 2 | -8/+56 |
| | | | | | | a suite. svn path=/trunk/; revision=19479 | ||||
* | Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise | Gerald Combs | 2006-10-09 | 1 | -1/+1 |
| | | | | | | use a default value. svn path=/trunk/; revision=19466 | ||||
* | Return 1 on failure. | Gerald Combs | 2006-10-09 | 2 | -8/+8 |
| | | | | svn path=/trunk/; revision=19464 | ||||
* | Make preparations for running under Buildbot: | Gerald Combs | 2006-10-09 | 5 | -42/+128 |
| | | | | | | | | | | | | - Check for an "all" argument at startup. If it's present, then proceed with testing. - Add a platform check. Use it to handle cases where we can't run as a normal user, e.g. trying to capture under Linux. - Add a "Skipped" result. svn path=/trunk/; revision=19461 | ||||
* | from Richard van der Hoff: | Ulf Lamping | 2006-10-08 | 2 | -2/+42 |
| | | | | | | | | | [tshark from a fifo] I've even gone so far as to add a unit test for it ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh svn path=/trunk/; revision=19457 | ||||
* | change the binary path to current windows debug dir: wireshark-gtk2 | Ulf Lamping | 2006-10-08 | 2 | -6/+11 |
| | | | | | | don't use promiscuous mode as default (my Win32 WLAN card won't capture any packets with it - might probably be better for other users as well) svn path=/trunk/; revision=19455 | ||||
* | use unique variable names to prevent "global variable" side effects -> ↵ | Ulf Lamping | 2006-08-29 | 2 | -4/+4 |
| | | | | | | endless repeating tests of subsections svn path=/trunk/; revision=19077 | ||||
* | From Richard van der Hoff: | Anders Broman | 2006-08-02 | 1 | -1/+1 |
| | | | | | | | | | An error message has been changed, such that the commandline options test doesn't work any more. This patch fixes the test accordingly. svn path=/trunk/; revision=18827 | ||||
* | ethereal to wireshark conversion | Ronnie Sahlberg | 2006-06-17 | 4 | -10/+10 |
| | | | | svn path=/trunk/; revision=18495 | ||||
* | Rename the main executable to "wireshark", along with more conversions: | Gerald Combs | 2006-05-31 | 4 | -4/+4 |
| | | | | | | | | | | | ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271 | ||||
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 6 | -37/+37 |
| | | | | svn path=/trunk/; revision=18268 | ||||
* | ethereal->wireshark | Ronnie Sahlberg | 2006-05-22 | 5 | -5/+5 |
| | | | | svn path=/trunk/; revision=18207 | ||||
* | name change | Ronnie Sahlberg | 2006-05-21 | 6 | -12/+12 |
| | | | | svn path=/trunk/; revision=18197 | ||||
* | preparation for a very simple regression test | Ulf Lamping | 2006-02-17 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=17342 | ||||
* | add a new suite of file I/O test cases | Ulf Lamping | 2006-01-07 | 2 | -1/+164 |
| | | | | svn path=/trunk/; revision=16970 | ||||
* | fix a test case and some comments | Ulf Lamping | 2006-01-07 | 1 | -4/+2 |
| | | | | svn path=/trunk/; revision=16969 | ||||
* | minor cleanup | Ulf Lamping | 2006-01-06 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=16964 | ||||
* | add a test case: writing the capture file to stdout: "-w -" | Ulf Lamping | 2006-01-05 | 1 | -5/+42 |
| | | | | svn path=/trunk/; revision=16959 | ||||
* | interface index 0 is invalid (starting with 1), check if it's rejected correctly | Ulf Lamping | 2006-01-05 | 1 | -1/+20 |
| | | | | svn path=/trunk/; revision=16946 | ||||
* | add the possibility for a prepare step before doing the actual test step | Ulf Lamping | 2006-01-05 | 1 | -1/+11 |
| | | | | svn path=/trunk/; revision=16945 | ||||
* | add missing keys 4-9 | Ulf Lamping | 2006-01-05 | 1 | -0/+30 |
| | | | | svn path=/trunk/; revision=16944 | ||||
* | add a new directory 'test', currently containing an alpha test (using some ↵ | Ulf Lamping | 2005-12-13 | 7 | -0/+879 |
simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details. svn path=/trunk/; revision=16788 |