X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Futf_incoming.t;h=d21137d96b35c4aa1bf3db80c423da3b6ef5fa14;hp=9b2b68efbfe2f91efb3e44c644c7da6933def196;hb=b114ef4764de1bc4f492ba9832b3bae3eba2e17c;hpb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063 diff --git a/t/utf_incoming.t b/t/utf_incoming.t index 9b2b68e..d21137d 100644 --- a/t/utf_incoming.t +++ b/t/utf_incoming.t @@ -409,7 +409,9 @@ use Catalyst::Test 'MyApp'; is $res->content_charset, 'UTF-8'; } +SKIP: { + skip 'skipped: sysread isn\'t allowed on :utf8 handles (starting with 5.029004)', 4 if $] >= '5.029004'; ok my $path = File::Spec->catfile('t', 'utf8.txt'); ok my $req = POST '/root/file_upload', Content_Type => 'form-data', @@ -419,7 +421,9 @@ use Catalyst::Test 'MyApp'; is decode_utf8($res->content), "

This is stream_body_fh action ♥

\n"; } +SKIP: { + skip 'skipped: sysread isn\'t allowed on :utf8 handles (starting with 5.029004)', 5 if $] >= '5.029004'; ok my $path = File::Spec->catfile('t', 'utf8.txt'); ok my $req = POST '/root/file_upload_utf8_param', Content_Type => 'form-data',