Home
last modified time | relevance | path

Searched refs:PYTHONHASHSEED (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_marshal.py368 _, repr_0, _ = assert_python_ok(*args, PYTHONHASHSEED="0")
369 _, repr_1, _ = assert_python_ok(*args, PYTHONHASHSEED="1")
373 _, dump_0, _ = assert_python_ok(*args, PYTHONHASHSEED="0")
374 _, dump_1, _ = assert_python_ok(*args, PYTHONHASHSEED="1")
H A Dtest_gdb.py70 PYTHONHASHSEED = '123' variable
229 out, err = run_gdb(*args, PYTHONHASHSEED=PYTHONHASHSEED)
416 # PYTHONHASHSEED is need to get the exact frozenset item order
434 # PYTHONHASHSEED is need to get the exact frozenset item order
H A Dtest_cmd_line.py529 if os.environ.get('PYTHONHASHSEED', 'random') != 'random':
533 del env['PYTHONHASHSEED']
550 rc, out, err = assert_python_ok('-c', code, PYTHONHASHSEED='')
553 rc, out, err = assert_python_ok('-c', code, PYTHONHASHSEED='random')
556 rc, out, err = assert_python_ok('-c', code, PYTHONHASHSEED='0')
559 rc, out, err = assert_python_ok('-R', '-c', code, PYTHONHASHSEED='0')
926 PYTHONHASHSEED="0")

Completed in 11 milliseconds