[Dune] [#1061] test failures on i386

Dune flyspray at dune-project.org
Thu Apr 12 15:04:55 CEST 2012


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1061 - test failures on i386
User who did this - Ansgar Burchardt (ansgar)

----------
I was not lucky and it claims the difference is 0.0, but the equality test failed:

Error: glob_copy != glob: 8.333333333333333217685101601546e-03 != 8.333333333333333217685101601546e-03
  difference is 0.000000000000000000000000000000e+00

In any case revision 7990 now passes the tests and was built successfully by Debian's i386 autobuilder, so I don't think its worth looking what exactly the compiler does here.

The (patched) code leading to this was

      if (glob_copy != glob) {
        std::cerr << std::scientific << std::setprecision(30) << "Error: glob_copy != glob: " << glob_copy << " != " << glob << std::endl;
        std::cerr << std::scientific << std::setprecision(30) << "  difference is " << (glob_copy - glob) << std::endl;
        abort();
      }

Ansgar

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=1061#comment3350

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list