THRIFT-82: Add Common Lisp support
Client: cl

There's framed and buffered socket transport, binary protocol, multiplex, simple
server, cross-tests, self-tests, tutorial, CL library, CL code generator. Only
SBCL is supported for now.

This closes #1412
diff --git a/test/features/known_failures_Linux.json b/test/features/known_failures_Linux.json
index 6d1ed1f..8376968 100644
--- a/test/features/known_failures_Linux.json
+++ b/test/features/known_failures_Linux.json
@@ -1,6 +1,8 @@
 [
     "c_glib-limit_container_length_binary_buffered-ip",
     "c_glib-limit_string_length_binary_buffered-ip",
+    "cl-limit_string_length_binary_buffered-ip",
+    "cl-limit_container_length_binary_buffered-ip",
     "cpp-theader_framed_binary_multih-header_buffered-ip",
     "cpp-theader_framed_compact_multih-header_buffered-ip",
     "cpp-theader_unframed_binary_multih-header_buffered-ip",
@@ -45,4 +47,4 @@
     "rs-limit_string_length_multic-compact_buffered-ip",
     "netcore-limit_string_length_compact_buffered-ip",
     "netcore-limit_container_length_compact_buffered-ip"
-]
\ No newline at end of file
+]