Skip to content

Commit

Permalink
[tests] Disable test-gnustl-full for clang3.6
Browse files Browse the repository at this point in the history
This fixes bug #972 (https://tracker.crystax.net/issues/972).

Signed-off-by: Dmitry Moskalchuk <dm@crystax.net>
  • Loading branch information
dmsck committed Jun 20, 2015
1 parent 0e2ef33 commit 1df0adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/device/test-gnustl-full/properties.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"broken-toolchain-version": ["gcc4.8", "gcc4.9", "clang3.4", "clang3.5"],
"broken-toolchain-version": ["gcc4.8", "gcc4.9", "clang3.4", "clang3.5", "clang3.6"],
"long": true
}

0 comments on commit 1df0adf

Please sign in to comment.