aboutsummaryrefslogtreecommitdiffhomepage
path: root/failtest
Commit message (Collapse)AuthorAge
* Add unit tests for bug #981: valid and invalid usage of ternary operatorGravatar Gael Guennebaud2015-09-09
|
* bug #1005: fix regression regarding sparse coeff-wise binary operator that ↵Gravatar Gael Guennebaud2015-06-08
| | | | did not trigger a static assertion for mismatched storage
* bug #949: add static assertion for incompatible scalar types in dense ↵Gravatar Gael Guennebaud2015-03-13
| | | | end-user decompositions.
* Add failtests for Ref<SparseMatrix>Gravatar Gael Guennebaud2015-02-09
|
* bug #903: clean swap API regarding extra enable_if parameters, and add ↵Gravatar Gael Guennebaud2014-11-06
| | | | failtests for swap
* Big 853: replace enable_if in Ref<> ctor by static assertions and add ↵Gravatar Gael Guennebaud2014-11-05
| | | | failtests for Ref<>
* bug #882: add const-correctness failtests for CwiseUnaryView, ↵Gravatar Gael Guennebaud2014-09-23
| | | | TriangularView, and SelfAdjointView.
* add more failtestsGravatar Benoit Jacob2011-02-06
|
* add more failtestsGravatar Benoit Jacob2011-02-06
|
* failtest: a new cmake-based test suite for testing stuff that should fail to ↵Gravatar Benoit Jacob2011-02-05
build. This first batch imports some const correctness checks from bug #54.