瀏覽代碼

Changes to run gcc tests as unprivilege user

Xi Ruoyao 7 年之前
父節點
當前提交
2890b3546a
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      appendices/dependencies.xml
  2. 1 2
      chapter06/gcc.xml

+ 1 - 1
appendices/dependencies.xml

@@ -864,7 +864,7 @@
         <segtitle>&testsuites;</segtitle>
         <segtitle>&testsuites;</segtitle>
 
 
         <seglistitem>
         <seglistitem>
-          <seg>DejaGNU 和 Expect</seg>
+          <seg>DejaGNU, Expect, 以及 Shadow</seg>
         </seglistitem>
         </seglistitem>
       </segmentedlist>
       </segmentedlist>
 
 

+ 1 - 2
chapter06/gcc.xml

@@ -137,8 +137,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
     Unless the test results are vastly different from those at the above URL,
     Unless the test results are vastly different from those at the above URL,
     it is safe to continue.</para-->
     it is safe to continue.</para-->
     <para>少量意外的失败有时无法避免,GCC 开发者一般知道这类问题,
     <para>少量意外的失败有时无法避免,GCC 开发者一般知道这类问题,
-		但尚未解决它们。特别地, libstdc++ 测试套件中有 6 个测试在以
-		root 身份运行时(我们现在就是这样做)会失败。
+		但尚未解决它们。
 		我们可以继续安全地构建系统,除非测试结果和以上 URL 的结果截然不同。
 		我们可以继续安全地构建系统,除非测试结果和以上 URL 的结果截然不同。
 	</para>
 	</para>