diff options
author | Allen George <allen.george@gmail.com> | 2017-05-13 13:41:20 -0400 |
---|---|---|
committer | Allen George <allengeorge@apache.org> | 2018-03-20 16:21:21 -0400 |
commit | b4960838a3b20e6bcf61727f21214a47418a2ca5 (patch) | |
tree | b243e6618dad0d3c02432c0ea30db570a48c1c51 /test | |
parent | 859a40cf5f5c7c9169fb078af53b65876d6e089f (diff) | |
download | thrift-b4960838a3b20e6bcf61727f21214a47418a2ca5.tar.gz |
THRIFT-4187 Allow dart framed transport to read incomplete frame
Client: dart
This closes #1269
Diffstat (limited to 'test')
-rw-r--r-- | test/known_failures_Linux.json | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/test/known_failures_Linux.json b/test/known_failures_Linux.json index a8d00ece4..a88609824 100644 --- a/test/known_failures_Linux.json +++ b/test/known_failures_Linux.json @@ -114,11 +114,8 @@ "d-d_binary_http-ip", "d-d_compact_http-ip", "d-d_json_http-ip", - "d-dart_binary_framed-ip", "d-dart_binary_http-ip", - "d-dart_compact_framed-ip", "d-dart_compact_http-ip", - "d-dart_json_framed-ip", "d-dart_json_http-ip", "d-go_binary_http-ip", "d-go_binary_http-ip-ssl", @@ -227,9 +224,6 @@ "go-nodejs_json_framed-ip", "hs-csharp_binary_framed-ip", "hs-csharp_compact_framed-ip", - "hs-dart_binary_framed-ip", - "hs-dart_compact_framed-ip", - "hs-dart_json_framed-ip", "java-d_compact_buffered-ip", "java-d_compact_buffered-ip-ssl", "java-d_compact_framed-ip", @@ -251,14 +245,8 @@ "nodejs-d_compact_http-ip-ssl", "nodejs-d_json_http-ip", "nodejs-d_json_http-ip-ssl", - "nodejs-dart_binary_buffered-ip", - "nodejs-dart_binary_framed-ip", "nodejs-dart_binary_http-ip", - "nodejs-dart_compact_buffered-ip", - "nodejs-dart_compact_framed-ip", "nodejs-dart_compact_http-ip", - "nodejs-dart_json_buffered-ip", - "nodejs-dart_json_framed-ip", "nodejs-dart_json_http-ip", "nodejs-go_binary_http-ip", "nodejs-go_binary_http-ip-ssl", @@ -306,9 +294,5 @@ "rs-cpp_multic-compact_buffered-ip", "rs-cpp_multic-compact_framed-ip", "rs-cpp_multic_buffered-ip", - "rs-cpp_multic_framed-ip", - "rs-dart_binary_framed-ip", - "rs-dart_compact_framed-ip", - "rs-dart_multi-binary_framed-ip", - "rs-dart_multic-compact_framed-ip" + "rs-cpp_multic_framed-ip" ] |