- May 14, 2024
-
-
DataModelRunTests: Fix test failure in LTO build. Work around library loading order issue in LTO build.
-
- Apr 02, 2024
-
-
AthContainers: Move Accessor, etc. classes out of AuxElement. Accessor and related classes have been members of AuxElement, the original thinking being that derived classes of AuxElement may want to redefine them. However, in retrospect, there does not seem to be any circumstance in which that would actually make sense. Further, it prevents having any specializations for these classes. So move these classes out of AuxElement into the SG namespace (but with the names brought into AuxElement via using declarations for backwards compatibility).
-
- Nov 29, 2022
-
-
DataModelTestDataCommon: Testing alternate allocators. Test the use of alternate vector allocators for static variables.
-
- Nov 18, 2020
-
-
This has been a long time coming, but one of the reasons for having AsgMessaging as a separate package from AsgTools is to allow xAODRootAccess to depend on it and use the same status codes and messaging as the rest of analysis base. This should take part of the former. I had to add the RECOVERABLE code to the main status code, but since that is also part of the Gaudi StatusCode that seems like a reasonable change/extension. Apart from that this is mostly a global search replace to move all users from TReturnCode to StatusCode, but apart from fixing up a couple of places related to the status code itself I did not try to fix/improve any code in the process. Note that this also revealed a number of tests that failed because they used RETURN_CHECK() incorrectly. This commit doesn't try to address that.
-
- Aug 29, 2020
-
-
Walter Lampl authored
-
- Aug 21, 2020
-
-
Walter Lampl authored
-
- Feb 21, 2017
-
-
Scott Snyder authored
* Tagging DataModelRunTests-01-04-18. * Add xAODRootAccess tests. Former-commit-id: 2178e6b8
-
- Jan 20, 2017
-
-
Scott Snyder authored
* Tagging DataModelRunTests-01-04-16. * share/xAODRootTest.py: root6 fixes. Former-commit-id: 23a6b450
-
- Jan 01, 2017
-
-
Scott Snyder authored
2016-12-23 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-04-15. * test/post.sh: Another pattern to ignore, for Gaudi changes. 2016-12-14 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-04-14. 2016-12-14 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-04-13. * test/post.sh: More patterns to ignore. 2016-11-22 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-04-12. * Update reference files. 2016-11-19 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-04-11. ... (Long ChangeLog diff - truncated) Former-commit-id: a7bcfddd
-
- Jul 02, 2016
-
-
Scott Snyder authored
* Tagging DataModelRunTests-01-03-93. * test/post.sh: StoreGate INFO messages changing to VERBOSE. 2016-05-26 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-92. * Have each test use a unique pool file catalog, to prevent races when tests are run in parallel. 2016-05-17 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-91. * share/ByteStreamTestRead.ref: Update for change in reader alg. * Tagging DataModelRunTests-01-03-90. * Test exact processing in ItemList. 2016-05-15 scott snyder <snyder@bnl.gov> ... (Long ChangeLog diff - truncated) Former-commit-id: 3984e871
-
- May 27, 2016
-
-
Atlas-Software Librarian authored
* Tagging DataModelRunTests-01-03-78. * Test ViewVector and xOAD schema evolution. 2015-10-22 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-77. * Test a container with data members. 2015-07-16 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-76. * test/post_check.sh: Fix test miscompare with hive. 2015-06-06 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-75. * Update reference files for fix in xAODCore-00-01-01. 2015-03-16 scott snyder <snyder@bnl.gov> ... (Long ChangeLog diff - truncated)
-
- Jan 19, 2015
-
-
Scott Snyder authored
* Tagging DataModelRunTests-01-03-70. * share/DataModelTestRead_jo.py, share/DataModelTestRead2_jo.py: Another root6 workaround. 2014-12-28 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-69. * Fixes to work with root6. 2014-12-19 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-68. * Add PackedContainer tests. 2014-11-25 scott snyder <snyder@bnl.gov> * Tagging DataModelRunTests-01-03-67. * test/DataModelRunTests.xml: Increase timeout to 20.
-