Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
bda273f3
Unverified
Commit
bda273f3
authored
Dec 09, 2017
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Dec 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3877 from bamchoh/patch-3
Skip "File.readlink fails" test on MSVC
parents
6bc38f46
0ded91c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
mrbgems/mruby-io/test/file.rb
mrbgems/mruby-io/test/file.rb
+4
-0
No files found.
mrbgems/mruby-io/test/file.rb
View file @
bda273f3
...
...
@@ -107,6 +107,7 @@ end
assert
(
"File.readlink fails with non-symlink"
)
do
begin
e2
=
nil
assert_raise
(
RuntimeError
)
{
begin
File
.
readlink
(
$mrbtest_io_rfname
)
...
...
@@ -115,8 +116,11 @@ assert("File.readlink fails with non-symlink") do
raise
RuntimeError
,
"SystemCallError converted to RuntimeError"
end
raise
e
rescue
NotImplementedError
=>
e
e2
=
e
end
}
raise
e2
if
e2
rescue
NotImplementedError
=>
e
skip
e
.
message
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment