Guest User

Untitled

a guest
Dec 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. rohan@rohan:~/src/mozilla-central$ ./mach gtest Telemetry*
  2. 0:00.12 /usr/bin/make -C testing/gtest -j4 -s gtest
  3. 0:04.50 force-cargo-library-build
  4. 0:07.26 warning: unused manifest key: patch.crates-io.serde_derive.feature
  5. 0:17.62 force-cargo-library-build
  6. 0:17.84 warning: unused manifest key: patch.crates-io.serde_derive.feature
  7. 0:18.14 Blocking waiting for file lock on build directory
  8. 0:23.40 Compiling mp4parse-gtest v0.1.0 (file:///home/rohan/src/mozilla-central/dom/media/gtest)
  9. 0:29.25 Compiling nsstring-gtest v0.1.0 (file:///home/rohan/src/mozilla-central/xpcom/rust/gtest/nsstring)
  10. 0:31.88 Compiling gkrust-shared v0.1.0 (file:///home/rohan/src/mozilla-central/toolkit/library/rust/shared)
  11. 0:45.47 Compiling gkrust-gtest v0.1.0 (file:///home/rohan/src/mozilla-central/toolkit/library/gtest/rust)
  12. 0:55.14 note: link against the following native artifacts when linking against this static library
  13. 0:55.14
  14. 0:55.14 note: This list will not be printed by default. Please add --print=native-static-libs if you need this information
  15. 0:55.14
  16. 0:55.14 note: library: util
  17. 0:55.14
  18. 0:55.14 note: library: util
  19. 0:55.14
  20. 0:55.14 note: library: dl
  21. 0:55.14
  22. 0:55.14 note: library: rt
  23. 0:55.14
  24. 0:55.14 note: library: pthread
  25. 0:55.14
  26. 0:55.14 note: library: gcc_s
  27. 0:55.14
  28. 0:55.14 note: library: c
  29. 0:55.14
  30. 0:55.14 note: library: m
  31. 0:55.14
  32. 0:55.14 note: library: rt
  33. 0:55.14
  34. 0:55.14 note: library: pthread
  35. 0:55.14
  36. 0:55.14 note: library: util
  37. 0:55.14
  38. 0:55.46 Finished release [optimized] target(s) in 32.5 secs
  39. 0:55.90 Finished release [optimized] target(s) in 0.0 secs
  40. 0:57.47 symverscript
  41. 0:57.93 libxul.so
  42. 3:29.73 /home/rohan/src/mozilla-central/obj-x86_64-pc-linux-gnu/dist/bin/firefox -unittest --gtest_death_test_style=threadsafe
  43. Running GTest tests...
  44. Note: Google Test filter = Telemetry*
  45. [==========] Running 12 tests from 1 test case.
  46. [----------] Global test environment set-up.
  47. [----------] 12 tests from TelemetryTestFixture
  48. [ RUN ] TelemetryTestFixture.AccumulateCountHistogram
  49. [ OK ] TelemetryTestFixture.AccumulateCountHistogram (228 ms)
  50. [ RUN ] TelemetryTestFixture.AccumulateKeyedCountHistogram
  51. [ OK ] TelemetryTestFixture.AccumulateKeyedCountHistogram (0 ms)
  52. [ RUN ] TelemetryTestFixture.TestKeyedKeysHistogram
  53. [ OK ] TelemetryTestFixture.TestKeyedKeysHistogram (1 ms)
  54. [ RUN ] TelemetryTestFixture.AccumulateCategoricalHistogram
  55. [ OK ] TelemetryTestFixture.AccumulateCategoricalHistogram (0 ms)
  56. [ RUN ] TelemetryTestFixture.AccumulateKeyedCategoricalHistogram
  57. [ OK ] TelemetryTestFixture.AccumulateKeyedCategoricalHistogram (1 ms)
  58. [ RUN ] TelemetryTestFixture.ScalarUnsigned
  59. [ OK ] TelemetryTestFixture.ScalarUnsigned (0 ms)
  60. [ RUN ] TelemetryTestFixture.ScalarBoolean
  61. [ OK ] TelemetryTestFixture.ScalarBoolean (0 ms)
  62. [ RUN ] TelemetryTestFixture.ScalarString
  63. [ OK ] TelemetryTestFixture.ScalarString (0 ms)
  64. [ RUN ] TelemetryTestFixture.KeyedScalarUnsigned
  65. [ OK ] TelemetryTestFixture.KeyedScalarUnsigned (0 ms)
  66. [ RUN ] TelemetryTestFixture.KeyedScalarBoolean
  67. [ OK ] TelemetryTestFixture.KeyedScalarBoolean (0 ms)
  68. [ RUN ] TelemetryTestFixture.NonMainThreadAdd
  69. [ OK ] TelemetryTestFixture.NonMainThreadAdd (1 ms)
  70. [ RUN ] TelemetryTestFixture.ScalarUnknownID
  71. [ OK ] TelemetryTestFixture.ScalarUnknownID (0 ms)
  72. [----------] 12 tests from TelemetryTestFixture (231 ms total)
  73.  
  74. [----------] Global test environment tear-down
  75. [==========] 12 tests from 1 test case ran. (231 ms total)
  76. [ PASSED ] 12 tests.
  77. Finished running GTest tests.
Add Comment
Please, Sign In to add comment