[eigen] a few failing tests |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] a few failing tests
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Fri, 25 Jun 2010 09:52:56 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=zUiUIN+e59cxSA7SfjQgEM5KXoNyH7cslq/txsFdIr0=; b=mLT4oJeov3ZqF2GfE0OSwacj5sjA/6BVznFS6kNbE2cQDlB6HUB4OWgr1jZdzFncCO lBTPkpAiUxGPOOvfi4PNZhOTfpQ7a9H5+TSA8A5+HYNJr+vneJTz3txsnmhN2Mi5TuvJ MvuOkfTp1PDa+VPYajMBv/5efJ04AIrgA8WFM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vRsDWzQ0LCQ12K+wncaFXXzCIMcZLbzJAICKgJMGZsPGMuKAsLY2aGOnxYbuC3Jt05 BCbp3BdWpbAyaAUB0fkNIXV+35iFp3L3pymb8+IpLn4U87eGjBioKLNJocvSi345h0sa wGL8D0Hdh6668A5iOWLCZ5wsoFifPz4Twhrrc=
Hi,
I gathered some information regarding a few failing tests. I have no
clue about the product logic, so I am just posting which test fails
and at which commit this occured for the first time.
1) geo_homogeneous_3 (wrong result), integer_types_7 (wrong result),
permutationmatrices_5 (segfault)
The first bad revision is:
changeset: 3044:f19bf7ad5d8a
user: Gael Guennebaud <g.gael@xxxxxxx>
date: Thu Jun 24 21:44:24 2010 +0200
summary: - add a low level mechanism to provide preallocated memory to gemm
- Hauke
p.s. bisections are nice ...