lamuguo / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Test failure on Cygwin #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install re2 prerequisites on a Cygwin64 environment
2. Download re2 and run "make && make install"
3. Make fixes specified at http://stackoverflow.com/a/8393475/4027566 and run 
"make test".

What is the expected output? What do you see instead?
All tests are expected to pass; however, obj/dbg/test/re2_test fails.

What version of the product are you using? On what operating system?
The latest from mercurial as of 2014-12-03 04:00UTC.

Please provide any additional information below.
The output from the logfile is as follows:
$ cat obj/dbg/test/re2_test.log
re2/testing/re2_test.cc:688: Memory at 0x6fffffe0000
re2/testing/re2_test.cc:826: Check failed: (v) == 
(6700000000081920.1f)6.6999997e+15 != 6.7000003e+15

Original issue reported on code.google.com by b...@zerofox.com on 3 Dec 2014 at 4:26

GoogleCodeExporter commented 9 years ago
RE2 has moved to GitHub. I have not moved the issues over. If this issue is 
still important to you, please file a new one at 
https://github.com/google/re2/issues. Thank you.

Original comment by rsc@golang.org on 11 Dec 2014 at 4:45