Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.5.1 not installed under strawberry perl #186

Closed
zdm opened this issue Nov 30, 2017 · 5 comments · Fixed by #187
Closed

v3.5.1 not installed under strawberry perl #186

zdm opened this issue Nov 30, 2017 · 5 comments · Fixed by #187

Comments

@zdm
Copy link

zdm commented Nov 30, 2017

t\010_internals\015_deps_file2.t ................ ok
t\010_internals\016_cached.t .................... 1/?
#   Failed test at t\010_internals\016_cached.t line 32.

#   Failed test 'Text::Xslate::Compiler is not loaded'
#   at t\010_internals\016_cached.t line 47.

#   Failed test 'Text::Xslate::Compiler is not loaded'
#   at t\010_internals\016_cached.t line 47.

#   Failed test 'Text::Xslate::Compiler is not loaded'
#   at t\010_internals\016_cached.t line 47.

#   Failed test 'Text::Xslate::Compiler is not loaded'
#   at t\010_internals\016_cached.t line 47.
# Looks like you failed 5 tests of 14.
t\010_internals\016_cached.t .................... Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/14 subtests
t\010_internals\017_render.t .................... ok
t\010_internals\018_opinfo.t .................... ok
t\010_internals\019_runtime_error.t ............. ok
t\010_internals\020_optimize.t .................. ok
t\010_internals\021_edge_cases.t ................ ok
t\010_internals\022_signal.t .................... ok
t\010_internals\023_cachepath.t ................. ok
t\010_internals\024_die_in_macros.t ............. ok
t\010_internals\025_reset_hooks.t ............... ok
t\010_internals\026_issue16_deep_recursion.t .... ok
t\010_internals\027_infinite_warn.t ............. ok
t\010_internals\028_taint.t ..................... Insecure dependency in mkdir while running with -T switch at d:/devel/perl32/perl/lib/File/Temp.pm line 405, <DATA> line 1.
t\010_internals\028_taint.t ..................... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t\010_internals\029_large_file.t ................ ok
t\010_internals\030_die_in_funcs.t .............. ok
t\010_internals\031_save_src.t .................. ok
t\010_internals\032_encoding_error.t ............ skipped: TODO: the behaviours of PP and XS does not match
t\010_internals\033_vpath_cache.t ............... ok
t\010_internals\034_is_code_ref.t ............... ok
t\010_internals\036_merge_hash.t ................ ok
t\010_internals\037_find_file.t ................. ok
t\010_internals\038_suffix.t .................... ok
@skaji
Copy link
Member

skaji commented Nov 30, 2017

thanks.

  • Could you show us the output of the full perl Build.PL && ./Build && ./Build test?
  • Can you install Text::Xslate v3.4.0 into your perl?

@zdm
Copy link
Author

zdm commented Dec 1, 2017

yes, v3.4.0 installed with single problem, that I described here: #164, it would be great, if you can fix it too.

@zdm
Copy link
Author

zdm commented Dec 1, 2017

here is the full log
1.txt

@skaji skaji closed this as completed in #187 Dec 2, 2017
skaji added a commit that referenced this issue Dec 2, 2017
Changelog diff is:

diff --git a/Changes b/Changes
index 38f53e26..819153dd 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Text::Xslate

 {{$NEXT}}

+v3.5.2 2017-12-02T08:19:33Z
+    - Fix tests for windows (zdm #186, #187)
+
 v3.5.1 2017-11-30T16:09:33Z
     - Fix packaging issue; explicitly declare version for Text::Xslate::Engine
@skaji
Copy link
Member

skaji commented Dec 2, 2017

@zdm Fixed in https://metacpan.org/release/SKAJI/Text-Xslate-v3.5.2
Thanks for reporting this!

@skaji
Copy link
Member

skaji commented Dec 2, 2017

hmm, t\010_internals\008_files.t sometimes fails on pureperl Xslate.

skaji added a commit that referenced this issue Dec 3, 2017
Changelog diff is:

diff --git a/Changes b/Changes
index 819153dd..a63cfc7a 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Text::Xslate

 {{$NEXT}}

+v3.5.3 2017-12-03T05:18:51Z
+    - Fix tests for windows again (#188)
+
 v3.5.2 2017-12-02T08:19:33Z
     - Fix tests for windows (zdm #186, #187)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants