diff options
author | skolb <none@none> | 2009-12-03 14:33:38 -0800 |
---|---|---|
committer | skolb <none@none> | 2009-12-03 14:33:38 -0800 |
commit | faa188322a72b86b6a167834a4d2cd664da112bc (patch) | |
tree | d498ee9f8642cf17d0b4555b0ad02db42ec73bb2 /indra/llcommon/tests | |
parent | ec34503e0193514ffbb1ccb1249013adb0a9e320 (diff) | |
parent | 4535fd64fbee1ee0dd3bfe54c090cfa9c56a11b6 (diff) |
Merge
Diffstat (limited to 'indra/llcommon/tests')
-rw-r--r-- | indra/llcommon/tests/llerror_test.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp index 1558df231a..6785d0cf17 100644 --- a/indra/llcommon/tests/llerror_test.cpp +++ b/indra/llcommon/tests/llerror_test.cpp @@ -545,6 +545,15 @@ namespace tut // output order void ErrorTestObject::test<10>() { +#if LL_LINUX + skip("Fails on Linux, see comments"); +// on Linux: +// [error, 10] fail: 'order is time type location function message: expected +// '1947-07-08T03:04:05Z INFO: llcommon/tests/llerror_test.cpp(268) : +// writeReturningLocationAndFunction: apple' actual +// '1947-07-08T03:04:05Z INFO: llcommon/tests/llerror_test.cpp(268) : +// LLError::NoClassInfo::writeReturningLocationAndFunction: apple'' +#endif LLError::setPrintLocation(true); LLError::setTimeFunction(roswell); mRecorder.setWantsTime(true); |