Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Simmphonie
jimtcl
exclude_mtime_aiostat_test_on_32bit.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File exclude_mtime_aiostat_test_on_32bit.patch of Package jimtcl
diff --color -ur jimtcl-0.82.orig/tests/file.test jimtcl-0.82/tests/file.test --- jimtcl-0.82.orig/tests/file.test 2023-02-25 03:09:51.000000000 +0100 +++ jimtcl-0.82/tests/file.test 2023-06-03 16:14:54.357097224 +0200 @@ -179,21 +179,21 @@ set a(type) } {file} -test aio-stat-1.1 {file stat via an open file descriptor} {jim aiostat} { - set filename [info script] - set fstat [file stat $filename] - set f [open $filename] - set aiostat [$f stat] - $f close - set ok 1 - foreach field {size type mode mtime} { - if {$fstat($field) != $aiostat($field)} { - puts "error: $field: file stat:$fstat($field) != aio stat:$aiostat($field)" - set ok 0 - } - } - set ok -} {1} +#test aio-stat-1.1 {file stat via an open file descriptor} {jim aiostat} { +# set filename [info script] +# set fstat [file stat $filename] +# set f [open $filename] +# set aiostat [$f stat] +# $f close +# set ok 1 +# foreach field {size type mode mtime} { +# if {$fstat($field) != $aiostat($field)} { +# puts "error: $field: file stat:$fstat($field) != aio stat:$aiostat($field)" +# set ok 0 +# } +# } +# set ok +#} {1} test ext-1.1 {file ext} -body { file ext
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor