RESOLVED FIXED 37476
Add some ip4v tests (will revise in a minute)
https://bugs.webkit.org/show_bug.cgi?id=37476
Summary Add some ip4v tests (will revise in a minute)
Adam Barth
Reported 2010-04-12 17:04:56 PDT
Add some ip4v tests (will revise in a minute)
Attachments
Patch (3.74 KB, patch)
2010-04-12 17:05 PDT, Adam Barth
no flags
Patch (4.45 KB, patch)
2010-04-12 17:11 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2010-04-12 17:05:23 PDT
Adam Barth
Comment 2 2010-04-12 17:11:10 PDT
Adam Barth
Comment 3 2010-04-12 17:12:01 PDT
Daniel Bates
Comment 4 2010-04-12 19:30:05 PDT
> + ["192.168.0.1", "192.168.0.1"], > + ["", ""], > + [".", ""], > + ["192.168.0.1", "192.168.0.1"], You have the entry ["192.168.0.1", "192.168.0.1"] twice in the case array as well as the corresponding result in the file /ipv4-expected.txt.
Adam Barth
Comment 5 2010-04-12 20:19:19 PDT
> You have the entry ["192.168.0.1", "192.168.0.1"] twice in the case array as > well as the corresponding result in the file /ipv4-expected.txt. Thanks. I need to fix finish these tests. I just wanted to get them in the tree so other folks could use the harness.
Note You need to log in before you can comment on or make changes to this bug.