Commit Graph

401 Commits

Author SHA1 Message Date
Glen Fernandes
0e97b05591 Fix unit tests that did not return report_errors() 2018-09-24 19:49:55 -04:00
Kohei Takahashi
389b204baf
Merge pull request #61 from Kojoley/fix-let-assigned-from-construct-from-array
Fix let assigned from construct from array
2018-02-07 23:39:50 +09:00
Nikita Kniazev
e35373aa99 Actor is taken by reference on assignment/subscript 2018-02-05 20:58:30 +03:00
Nikita Kniazev
ca77374d30 Enable the fixed lambda test 2018-01-27 14:54:33 +03:00
Kohei Takahashi
faaf449d04
CI: Define CI marker within Jamfile
super-project will run tests, and failure since no marker.
2018-01-27 12:37:12 +09:00
Nikita Kniazev
49a4618d10 Fix let assigned from construct from array 2018-01-25 03:06:20 +03:00
Kohei Takahashi
c8f30332f6
Fixed wrong workaround
it should be 1800 for msvc-12, 1700 is msvc-11.
2018-01-16 09:50:21 +09:00
Kohei Takahashi
c807e4cc6f
Disable some tests on AppVeyor. 2018-01-15 23:43:07 +09:00
Kohei Takahashi
4ecde73dd5
Reorganize lambda_tests
Those tests are complex and switched by compiler configuration but should not.
2018-01-15 23:39:07 +09:00
Nikita Kniazev
db4c79fe7c C++11: Fixed bug with initializing phoenix lazy from array types
Type `const T [N]` decays to `T *const` when you place it into a function signature.

Closes https://svn.boost.org/trac10/ticket/12733.
2017-12-29 13:46:31 +03:00
Kohei Takahashi
3d4c1d5dd5 Disable random_suffle in C++17. 2017-05-26 01:50:05 +09:00
Kohei Takahashi
5d8a6b4c42 Added tests for unordered containers. 2017-05-16 00:15:12 +09:00
Kohei Takahashi
a416e8b19c Lazy functions for set and multiset should be worked now. 2017-05-13 17:46:33 +09:00
Kohei Takahashi
629ea2983e Added tests for set and multiset. 2017-05-13 17:42:29 +09:00
Kohei Takahashi
4f0544edeb Suppress unused warnings. 2016-08-18 17:37:28 +09:00
Kohei Takahashi
ba07c70c47 Fix wrong include within test. 2016-08-13 11:27:15 +09:00
Kohei Takahashi
b82906369e Detect container availability independently. 2016-07-23 17:55:29 +09:00
Kohei Takahashi
a11636fd41 Fix documents and tests about include header. 2016-07-23 17:04:48 +09:00
Kohei Takahashi
3fe8df25ab Fix accidentally dropped changes.
see: 24443595c2
2016-02-21 01:06:19 +09:00
John Fletcher
f7726e1d22 Suspend tests on features not currently available. 2015-04-29 14:12:21 +01:00
Jeff Trull
bb4262059c Fix TRAC 11226 by partially reverting b959ed0c33ef28ec978689a8b1235661fcde93fe;
add a unit test for the observed issue.
2015-04-22 21:02:01 -07:00
Joel de Guzman
24443595c2 Merge branch 'master' into develop
Conflicts:
	ChangeLog
	doc/html/index.html
	include/boost/phoenix/function/lazy_prelude.hpp
	test/algorithm/querying_find.cpp
2015-04-23 09:53:32 +08:00
John Fletcher
bfcda9c8f7 Add include of boost/config before checking for MSVC 2015-04-16 12:37:10 +01:00
John Fletcher
cb697f0c91 Test of workaround for MSVC 12 and 14 2015-04-14 17:19:29 +01:00
John Fletcher
ed8a79893e Revise tests again 2015-04-13 22:54:33 +01:00
John Fletcher
a8b49ccf5c lambda_tests1b2r.cpp Change test again 2015-04-13 17:51:20 +01:00
John Fletcher
d22df82be6 Changes tests again 2015-04-11 00:16:27 +01:00
John Fletcher
39788ec2d7 Update tests for MSVC 12 and 14 2015-04-09 12:44:09 +01:00
John Fletcher
8b54377ce2 test/Jamfile run for_test2 2015-04-06 10:48:55 +01:00
John Fletcher
abd29767a7 for_test2.cpp remove tab 2015-04-06 10:48:04 +01:00
John Fletcher
bdfd6992cd Reduce scope of test to just the limits. Previous version exhausts resources. 2015-04-02 19:35:01 +01:00
John Fletcher
401fb9bc88 Reduce scope of test to just the limits. Previous version exhausts resources. 2015-04-02 19:30:39 +01:00
John Fletcher
a1c78f1f15 test/Jamfile Run lazy_thunk_tests 2015-04-02 19:21:33 +01:00
John Fletcher
a57bb49e78 function/lazy_thunk_tests.cpp New test 2015-04-02 19:19:22 +01:00
John Fletcher
061e412392 test/Jamfile run lazy_ptr_tests 2015-04-02 19:05:20 +01:00
John Fletcher
61ccbfe6bf lazy_ptr_tests New test 2015-04-02 19:05:02 +01:00
John Fletcher
e86d610bf7 Add phx:: to bind to resolve ambiguity. 2015-03-28 22:55:15 +00:00
John Fletcher
d6b54467d7 Extend test to cover BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:09:11 +00:00
John Fletcher
11467c8395 Extend test to cover BOOST_PHOENIX_ADAPT_FUNCTION 2015-03-28 21:03:33 +00:00
John Fletcher
b01c7f330f remove namespace boost::phoenix 2015-03-28 20:47:54 +00:00
John Fletcher
239191ef09 remove namespace boost::phoenix 2015-03-28 20:43:02 +00:00
John Fletcher
6c9a3e9d64 bind_dm_test.cpp Update test condition for gcc 4.7.3 case 2015-03-28 11:28:42 +00:00
John Fletcher
090f070e7f Permit backward hash to avoid clang problem finding backward header. 2015-03-28 11:26:23 +00:00
John Fletcher
4b263cfb90 bind_dm_test.cpp Update test condition for gcc 4.7.3 case 2015-03-28 10:57:10 +00:00
John Fletcher
8904bcefaf Test for solution of problem with using namespace boost::phoenix 2015-03-27 22:59:56 +00:00
John Fletcher
dc39c2ffd1 Test for solution of problem with using namespace boost::phoenix 2015-03-27 22:55:47 +00:00
Kohei Takahashi
aa5f14e360 Merge remote-tracking branch 'origin/develop' into feature/issue5604 2015-03-27 11:06:29 +09:00
John Fletcher
f5f7c39f6f lambda_tests1b2r Change test 2015-03-25 22:05:37 +00:00
John Fletcher
0d42ef3594 lambda_tests1b1r.cpp Change test for MSVC >= 11 2015-03-25 21:58:18 +00:00
Kohei Takahashi
5c8bbc9308 Add more tests for exceptions. 2015-03-25 19:34:12 +09:00