Home
last modified time | relevance | path

Searched refs:test_decimal (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/_decimal/tests/
Drunall.bat25 call python.bat -m test -uall -R 3:3 test_decimal
31 call python.bat -m test -uall test_decimal
59 call python.bat -m test -uall test_decimal
87 call python.bat -m test -uall -R 3:3 test_decimal
93 call python.bat -m test -uall test_decimal
121 call python.bat -m test -uall test_decimal
Drunall-memorydebugger.sh82 ./python -m test -uall -R 3:3 test_decimal
94 ./python -m test -uall test_decimal
114 $valgrind ./python -m test -uall test_decimal
/third_party/python/Lib/test/test_json/
Dtest_decode.py9 def test_decimal(self): member in TestDecode
/third_party/python/Misc/NEWS.d/
D3.10.0rc2.rst653 Notify users running test_decimal regression tests on macOS of potential
654 harmless "malloc can't allocate region" messages spewed by test_decimal.
/third_party/python/Lib/test/
Dtest_unicodedata.py123 def test_decimal(self): member in UnicodeFunctionsTest
Dtest_statistics.py738 def test_decimal(self): member in ExactRatioTest
931 def test_decimal(self): member in CoerceTest
988 def test_decimal(self): member in ConvertTest
/third_party/python/Misc/
Dvalgrind-python.supp489 test_decimal
/third_party/python/Doc/whatsnew/
D2.4.rst984 try comparing the timings of test_decimal.py under 2.3 and 2.4.