Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d412b495
Kaydet (Commit)
d412b495
authored
Kas 03, 2013
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix test_os (issue #18702).
üst
32e23e73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test_os.py
Lib/test/test_os.py
+2
-2
No files found.
Lib/test/test_os.py
Dosyayı görüntüle @
d412b495
...
@@ -316,7 +316,7 @@ class StatAttributeTests(unittest.TestCase):
...
@@ -316,7 +316,7 @@ class StatAttributeTests(unittest.TestCase):
return
buf
.
value
return
buf
.
value
@unittest.skipUnless
(
sys
.
platform
==
"win32"
,
"Win32 specific tests"
)
@unittest.skipUnless
(
sys
.
platform
==
"win32"
,
"Win32 specific tests"
)
@unittest.skipUnless
(
get_file_system
(
support
.
TESTFN
)
==
"NTFS"
,
@unittest.skipUnless
(
get_file_system
(
test_
support
.
TESTFN
)
==
"NTFS"
,
"requires NTFS"
)
"requires NTFS"
)
def
test_1565150
(
self
):
def
test_1565150
(
self
):
t1
=
1159195039.25
t1
=
1159195039.25
...
@@ -324,7 +324,7 @@ class StatAttributeTests(unittest.TestCase):
...
@@ -324,7 +324,7 @@ class StatAttributeTests(unittest.TestCase):
self
.
assertEqual
(
os
.
stat
(
self
.
fname
)
.
st_mtime
,
t1
)
self
.
assertEqual
(
os
.
stat
(
self
.
fname
)
.
st_mtime
,
t1
)
@unittest.skipUnless
(
sys
.
platform
==
"win32"
,
"Win32 specific tests"
)
@unittest.skipUnless
(
sys
.
platform
==
"win32"
,
"Win32 specific tests"
)
@unittest.skipUnless
(
get_file_system
(
support
.
TESTFN
)
==
"NTFS"
,
@unittest.skipUnless
(
get_file_system
(
test_
support
.
TESTFN
)
==
"NTFS"
,
"requires NTFS"
)
"requires NTFS"
)
def
test_large_time
(
self
):
def
test_large_time
(
self
):
t1
=
5000000000
# some day in 2128
t1
=
5000000000
# some day in 2128
...
...
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