Windows: Fix declaration for C99 and re-enable Gnu.C test.#174
Windows: Fix declaration for C99 and re-enable Gnu.C test.#174marsupial wants to merge 2 commits intoroot-project:masterfrom
Conversation
This reverts commit 5947e13.
|
And it's still failing... |
|
Hopefully no longer. |
And what about the other platforms? |
|
The test is for GNU keywords, having -std=gnu++14 -std=gnu++1z is enough as they test the same mechanism. If someone feels it is really necessary, then it would probably be best to have a directory devoted to C++11 tests that are not activated on Windows rather than allowing failure all over. |
|
OK, thanks for the explanation @marsupial. If @vgvassilev confirm (and agrees), and if it fixes the test, then it is would be fine with me |
|
Updated again to work-around the Windows issue without dropping it entirely. |
|
Looks good to me. |
|
@phsft-bot build |
The test was failing for a reason that likely shouldn't be ignored. This reverts commit 5947e13. This is a rebased version of root-project/cling#174 by marsupial
|
Moved to root-project/root#16694 |
The test was failing for a reason that likely shouldn't be ignored.
This reverts commit 5947e13.