Commit Graph

111 Commits

Author SHA1 Message Date
Nikita Kniazev
ca77374d30 Enable the fixed lambda test 2018-01-27 14:54:33 +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
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
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
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
John Fletcher
6e42373f4f ammend tests to run OPTIMIZE case for all compilers. 2015-03-02 13:00:09 +00:00
John Fletcher
d759dadc59 lambda_tests1b1r try + 0 trick 2015-02-08 19:58:53 +00:00
John Fletcher
dc5974fae0 more_let_tests.cpp Update to use the + 0 trick. 2015-02-08 19:10:35 +00:00
John Fletcher
2e62309a81 scope/more_let_tests.cpp Tests for optimization bug 2015-02-05 17:35:54 +00:00
John Fletcher
7f2e6124ce scope/more_let_tests1 and 2b updated for gcc 5.0.0 2015-02-05 00:03:42 +00:00
John Fletcher
026beff66f lambda_tests1b1r and 1b2r ammend for latest MSVC 2015-02-04 23:49:46 +00:00
John Fletcher
bbe987ec11 scope revise lambda_tests3a 2015-02-02 08:35:59 +00:00
John Fletcher
4dbb13c43b scope revisions of let and lambda tests 2015-02-02 08:19:04 +00:00
John Fletcher
5f2010f314 lambda_tests1b1r 1b2r revise code 2015-01-26 14:07:06 +00:00
John Fletcher
ab900bccaa scope/let_tests_113.cpp Revised test avoiding accumulate to a val() 2015-01-25 22:23:10 +00:00
John Fletcher
be6cf5c307 lambda_tests1b1r and 1b2r updated for MSVC 12 and 14 2015-01-25 17:05:33 +00:00
John Fletcher
eea34af84c let_tests_113 Conditional around whole test not part of it. 2015-01-25 09:14:36 +00:00
John Fletcher
3fa0224d30 lambda_tests1b2 made into three tests p,q,r 2015-01-24 23:04:09 +00:00
John Fletcher
9794a5b420 lambda_tests1b1 split into 5 as p,q,r,s,t 2015-01-24 22:48:20 +00:00
John Fletcher
df6bb7dc76 scope/more_let_tests Split 2 to 2 a and 2b 2015-01-24 20:53:45 +00:00
John Fletcher
7aa0886016 let_tests_113 Change test to be gcc >= 4.8.0 2015-01-24 17:59:18 +00:00
John Fletcher
e065a0d998 scope/let_tests_113 and 157 Update to test for gcc 5.0 optimized 2015-01-24 17:27:11 +00:00
John Fletcher
60c6661401 scope tests remove tabs and other tidying 2015-01-24 14:55:52 +00:00
John Fletcher
42b1fa8ced Split more_let_tests into 1 and 2 2015-01-20 23:56:31 +00:00
John Fletcher
67989ca10f scope/let_tests_157a.cpp New test 2015-01-20 21:46:51 +00:00
John Fletcher
c1406e8881 scope/let_tests_113a.cpp New test 2015-01-20 21:39:50 +00:00
John Fletcher
9271585857 scope/let_tests_rest.cpp Take out 113 and 157 2015-01-19 22:35:41 +00:00
John Fletcher
8284441caa scope/let_tests 113 and 157 tests on specific sections. 2015-01-19 22:32:34 +00:00
John Fletcher
39a4168e7c test/scope/let_tests* New tests 2015-01-19 22:25:00 +00:00
John Fletcher
bdf4a31973 scope/lambda_tests3a1.cpp New test 2015-01-19 22:13:42 +00:00
John Fletcher
c41d1235af test/scope/lambda_tests1b2.cpp Take out unused _b 2015-01-18 22:28:28 +00:00
John Fletcher
aa70ed2941 scope/lambda_tests3b.cpp New variant test 2015-01-16 21:32:46 +00:00
John Fletcher
d9896f1ed2 test/scope/lambda_tests3a.cpp Remove failing test 2015-01-09 19:37:08 +00:00
John Fletcher
f02c314d09 test/scope/lambda_test3a.cpp Add previously failing test. 2015-01-09 07:53:58 +00:00
John Fletcher
02fd12629a test/scope/bug_000008.cpp Take out extras now that thread is mended. 2015-01-06 06:32:56 +00:00
John Fletcher
e5e365f99b test/scope/bug_000008.cpp Using is_copy_constructible from Boost.Move 2015-01-04 09:19:58 +00:00
John Fletcher
b6b27e298a test/scope/bug_000008.cpp Add header for is_copy_constuctible 2015-01-03 15:31:03 +00:00
John Fletcher
513bb431d2 test/scope/lambda_tests New or ammended tests 1b1 1b2 3 3a 2015-01-01 17:36:20 +00:00
John Fletcher
c0b664850c New tests scope/lambda_tests1a and 1b splitting tests1 2014-12-31 16:02:38 +00:00
John Fletcher
f5569e3f22 test/scope/more_lambda_tests.cpp Add a further test 2014-12-31 15:08:50 +00:00
John Fletcher
4d6dc36144 test/scope New tests lambda_tests2,2a,3,3a 2014-12-31 11:12:27 +00:00
John Fletcher
288022210c test/scope/lambda_tests1.cpp New file for first section of lambda_tests 2014-12-31 10:52:37 +00:00