abouttestsuites.po 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/abouttestsuites.xml:11
  20. msgid "About the Test Suites"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/abouttestsuites.xml:13
  24. msgid ""
  25. "Most packages provide a test suite. Running the test suite for a newly built "
  26. "package is a good idea because it can provide a <quote>sanity check</quote> "
  27. "indicating that everything compiled correctly. A test suite that passes its "
  28. "set of checks usually proves that the package is functioning as the "
  29. "developer intended. It does not, however, guarantee that the package is "
  30. "totally bug free."
  31. msgstr ""
  32. #. type: Content of: <sect1><para>
  33. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/abouttestsuites.xml:20
  34. msgid ""
  35. "Some test suites are more important than others. For example, the test "
  36. "suites for the core toolchain packages&mdash;GCC, binutils, and "
  37. "glibc&mdash;are of the utmost importance due to their central role in a "
  38. "properly functioning system. The test suites for GCC and glibc can take a "
  39. "very long time to complete, especially on slower hardware, but are strongly "
  40. "recommended."
  41. msgstr ""
  42. #. type: Content of: <sect1><note><para>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/abouttestsuites.xml:28
  44. msgid ""
  45. "Running the test suites in <xref linkend=\"chapter-cross-tools\"/> and <xref "
  46. "linkend=\"chapter-temporary-tools\"/> is impossible, since the programs are "
  47. "compiled with a cross-compiler, so are not supposed to be able to run on the "
  48. "build host."
  49. msgstr ""
  50. #. type: Content of: <sect1><para>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/abouttestsuites.xml:34
  52. msgid ""
  53. "A common issue with running the test suites for binutils and GCC is running "
  54. "out of pseudo terminals (PTYs). This can result in a high number of failing "
  55. "tests. This may happen for several reasons, but the most likely cause is "
  56. "that the host system does not have the <systemitem "
  57. "class=\"filesystem\">devpts</systemitem> file system set up correctly. This "
  58. "issue is discussed in greater detail at <ulink "
  59. "url=\"&lfs-root;lfs/faq.html#no-ptys\"/>."
  60. msgstr ""
  61. #. type: Content of: <sect1><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/abouttestsuites.xml:42
  63. msgid ""
  64. "Sometimes package test suites will fail, but for reasons which the "
  65. "developers are aware of and have deemed non-critical. Consult the logs "
  66. "located at <ulink url=\"&test-results;\"/> to verify whether or not these "
  67. "failures are expected. This site is valid for all tests throughout this "
  68. "book."
  69. msgstr ""