diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-09-17 11:38:51 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-18 08:53:10 +0100 |
| commit | 137cb1188e0febe8fafbb54e34582789c1b3de42 (patch) | |
| tree | 3fce9f7c9a248a6eeb9593a4d9be3c6fef63082f /meta/recipes-devtools/perl/liburi-perl | |
| parent | 1d3dcc5d7186be5a05af0299c44fb480028f5eac (diff) | |
| download | poky-137cb1188e0febe8fafbb54e34582789c1b3de42.tar.gz | |
liburi-perl: update 5.17 -> 5.21
License-Update: formatting
(From OE-Core rev: 75aece4a7076241c47d791a7b82e4826d4bdd167)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/liburi-perl')
| -rw-r--r-- | meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch b/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch index 68ccd06120..ed1f25125f 100644 --- a/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch +++ b/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 858daa5047b00e7d5aa795302a9fad5504c8f0b9 Mon Sep 17 00:00:00 2001 | 1 | From 5a4271456104bdf027644c81c3a208cde5cf522e Mon Sep 17 00:00:00 2001 |
| 2 | From: Tim Orling <tim.orling@konsulko.com> | 2 | From: Tim Orling <tim.orling@konsulko.com> |
| 3 | Date: Thu, 17 Nov 2022 16:33:20 -0800 | 3 | Date: Thu, 17 Nov 2022 16:33:20 -0800 |
| 4 | Subject: [PATCH] Skip TODO test cases that fail | 4 | Subject: [PATCH] Skip TODO test cases that fail |
| @@ -47,19 +47,19 @@ index c6ce79c..5e62ad5 100644 | |||
| 47 | { | 47 | { |
| 48 | my $str = "http://foo/\xE9"; | 48 | my $str = "http://foo/\xE9"; |
| 49 | diff --git a/t/iri.t b/t/iri.t | 49 | diff --git a/t/iri.t b/t/iri.t |
| 50 | index 2eb64b2..9c663c9 100644 | 50 | index cf983d6..884b36e 100644 |
| 51 | --- a/t/iri.t | 51 | --- a/t/iri.t |
| 52 | +++ b/t/iri.t | 52 | +++ b/t/iri.t |
| 53 | @@ -6,7 +6,7 @@ use Test::More; | 53 | @@ -6,7 +6,7 @@ use Test::More; |
| 54 | use Config qw( %Config ); | 54 | use Config qw( %Config ); |
| 55 | 55 | ||
| 56 | if (defined $Config{useperlio}) { | 56 | if (defined $Config{useperlio}) { |
| 57 | - plan tests=>26; | 57 | - plan tests=>30; |
| 58 | + plan tests=>24; | 58 | + plan tests=>28; |
| 59 | } else { | 59 | } else { |
| 60 | plan skip_all=>'this perl doesn\'t support PerlIO layers'; | 60 | plan skip_all=>"this perl doesn't support PerlIO layers"; |
| 61 | } | 61 | } |
| 62 | @@ -60,17 +60,17 @@ is $u->as_iri, "http://➡.ws/"; | 62 | @@ -67,17 +67,17 @@ is $u->as_iri, "http://➡.ws/"; |
| 63 | # draft-duerst-iri-bis.txt examples (section 3.7.1): | 63 | # draft-duerst-iri-bis.txt examples (section 3.7.1): |
| 64 | is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); | 64 | is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); |
| 65 | is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); | 65 | is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); |
