[llvm-commits] [zorg] r150758 - /zorg/trunk/lnt/lnt/tests/compile.py
Daniel Dunbar
daniel at zuster.org
Thu Feb 16 14:55:06 PST 2012
Author: ddunbar
Date: Thu Feb 16 16:55:06 2012
New Revision: 150758
URL: http://llvm.org/viewvc/llvm-project?rev=150758&view=rev
Log:
[lnt] lnt.tests.compile: Tag some sysctl variables that are run dependent
appropriately.
Modified:
zorg/trunk/lnt/lnt/tests/compile.py
Modified: zorg/trunk/lnt/lnt/tests/compile.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/lnt/tests/compile.py?rev=150758&r1=150757&r2=150758&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/tests/compile.py (original)
+++ zorg/trunk/lnt/lnt/tests/compile.py Thu Feb 16 16:55:06 2012
@@ -326,8 +326,8 @@
('kern.speculative_reads_disabled', 'machine'), # 0
('kern.sugid_coredump', 'machine'), # 0
('kern.thread_name', 'machine'), # kern
- ('kern.usrstack', 'machine'), # 1606418432
- ('kern.usrstack64', 'machine'), # 140734799806464
+ ('kern.usrstack', 'run'), # 1606418432
+ ('kern.usrstack64', 'run'), # 140734799806464
('kern.version', 'machine'), # Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
('machdep.cpu.address_bits.physical', 'machine'), # 38
('machdep.cpu.address_bits.virtual', 'machine'), # 48
More information about the llvm-commits
mailing list