See <https://jenkins.gem5.org/job/nightly/406/display/redirect?page=changes>

Changes:

[Giacomo Travaglini] base: Add an exclude method to the AddrRange class

[Giacomo Travaglini] python: Expose the AddrRange exclude to the python world

[gabe.black] arm: Make the misc reg class return the name of misc regs.

[gabe.black] cpu-minor: Use the RegClassInfo::regName method instead of THE_ISA.

[gabe.black] misc: Replace THE_ISA macro with IS_NULL_ISA.

[daecheol.you] mem-ruby: Atomic transaction support for CHI protocol

[binarystar.kai.ren] configs: Add --wait-gdb option to fs.py


------------------------------------------
[...truncated 972.78 KB...]
 [    LINK]  -> NULL/base/channel_addr.test.perf
build/NULL/base/channel_addr.test.perf 
--gtest_output=xml:build/NULL/unittests.perf/base/channel_addr.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from ChannelAddrRange
[ RUN      ] ChannelAddrRange.DefaultInvalid
[       OK ] ChannelAddrRange.DefaultInvalid (0 ms)
[ RUN      ] ChannelAddrRange.Range
[       OK ] ChannelAddrRange.Range (0 ms)
[----------] 2 tests from ChannelAddrRange (0 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 2 tests.
build/NULL/base/pixel.test.perf 
--gtest_output=xml:build/NULL/unittests.perf/base/pixel.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from FBTest
[ RUN      ] FBTest.PixelConversionRGBA8888
[       OK ] FBTest.PixelConversionRGBA8888 (0 ms)
[ RUN      ] FBTest.PixelConversionRGB565
[       OK ] FBTest.PixelConversionRGB565 (0 ms)
[ RUN      ] FBTest.PixelToMemRGBA8888LE
[       OK ] FBTest.PixelToMemRGBA8888LE (0 ms)
[ RUN      ] FBTest.MemToPixelRGBA8888LE
[       OK ] FBTest.MemToPixelRGBA8888LE (0 ms)
[ RUN      ] FBTest.MemToPixelRGBA8888BE
[       OK ] FBTest.MemToPixelRGBA8888BE (0 ms)
[----------] 5 tests from FBTest (0 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 5 tests.
build/NULL/sim/byteswap.test.perf 
--gtest_output=xml:build/NULL/unittests.perf/sim/byteswap.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 8 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 8 tests from ByteswapTest
[ RUN      ] ByteswapTest.swap_byte64
[       OK ] ByteswapTest.swap_byte64 (0 ms)
[ RUN      ] ByteswapTest.swap_byte32
[       OK ] ByteswapTest.swap_byte32 (0 ms)
[ RUN      ] ByteswapTest.swap_byte16
[       OK ] ByteswapTest.swap_byte16 (0 ms)
[ RUN      ] ByteswapTest.swap_byte
[       OK ] ByteswapTest.swap_byte (0 ms)
[ RUN      ] ByteswapTest.htog
[       OK ] ByteswapTest.htog (0 ms)
[ RUN      ] ByteswapTest.gtoh
[       OK ] ByteswapTest.gtoh (0 ms)
[ RUN      ] ByteswapTest.betole
[       OK ] ByteswapTest.betole (0 ms)
[ RUN      ] ByteswapTest.letobe
[       OK ] ByteswapTest.letobe (0 ms)
[----------] 8 tests from ByteswapTest (0 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 8 tests.
 [    LINK]  -> NULL/base/addr_range_map.test.perf
build/NULL/base/addr_range_map.test.perf 
--gtest_output=xml:build/NULL/unittests.perf/base/addr_range_map.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from AddrRangeMapTest
[ RUN      ] AddrRangeMapTest.LegacyTests
[       OK ] AddrRangeMapTest.LegacyTests (0 ms)
[ RUN      ] AddrRangeMapTest.InterleavedTest1
[       OK ] AddrRangeMapTest.InterleavedTest1 (0 ms)
[ RUN      ] AddrRangeMapTest.InterleavedTest2
[       OK ] AddrRangeMapTest.InterleavedTest2 (0 ms)
[----------] 3 tests from AddrRangeMapTest (0 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 3 tests.
 [    LINK]  -> NULL/base/addr_range.test.perf
build/NULL/base/addr_range.test.perf 
--gtest_output=xml:build/NULL/unittests.perf/base/addr_range.test.xml
Running main() from build/googletest/googletest/src/gtest_main.cc
[==========] Running 66 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from AddrRangeDeathTest
[ RUN      ] AddrRangeDeathTest.ExcludeInterleavingRanges
build/NULL/base/addr_range.test.cc:1426: Failure
Death test: r.exclude(exclude_ranges)
    Result: threw an exception.
 Error msg:
[  DEATH   ] build/NULL/base/addr_range.hh:399: panic: Cannot test intersection 
of [0x100:0x200] a[0]^=0 and [0x180:0x210]
[  DEATH   ] 
[  FAILED  ] AddrRangeDeathTest.ExcludeInterleavingRanges (1 ms)
[----------] 1 test from AddrRangeDeathTest (1 ms total)

[----------] 65 tests from AddrRangeTest
[ RUN      ] AddrRangeTest.ValidRange
[       OK ] AddrRangeTest.ValidRange (0 ms)
[ RUN      ] AddrRangeTest.EmptyRange
[       OK ] AddrRangeTest.EmptyRange (0 ms)
[ RUN      ] AddrRangeTest.RangeSizeOfOne
[       OK ] AddrRangeTest.RangeSizeOfOne (0 ms)
[ RUN      ] AddrRangeTest.Range16Bit
[       OK ] AddrRangeTest.Range16Bit (0 ms)
[ RUN      ] AddrRangeTest.InvalidRange
[       OK ] AddrRangeTest.InvalidRange (0 ms)
[ RUN      ] AddrRangeTest.LessThan
[       OK ] AddrRangeTest.LessThan (0 ms)
[ RUN      ] AddrRangeTest.EqualToNotEqualTo
[       OK ] AddrRangeTest.EqualToNotEqualTo (0 ms)
[ RUN      ] AddrRangeTest.MergesWith
[       OK ] AddrRangeTest.MergesWith (0 ms)
[ RUN      ] AddrRangeTest.DoesNotMergeWith
[       OK ] AddrRangeTest.DoesNotMergeWith (0 ms)
[ RUN      ] AddrRangeTest.IntersectsCompleteOverlap
[       OK ] AddrRangeTest.IntersectsCompleteOverlap (0 ms)
[ RUN      ] AddrRangeTest.IntersectsAddressWithin
[       OK ] AddrRangeTest.IntersectsAddressWithin (0 ms)
[ RUN      ] AddrRangeTest.IntersectsPartialOverlap
[       OK ] AddrRangeTest.IntersectsPartialOverlap (0 ms)
[ RUN      ] AddrRangeTest.IntersectsNoOverlap
[       OK ] AddrRangeTest.IntersectsNoOverlap (0 ms)
[ RUN      ] AddrRangeTest.IntersectsFirstLastAddressOverlap
[       OK ] AddrRangeTest.IntersectsFirstLastAddressOverlap (0 ms)
[ RUN      ] AddrRangeTest.isSubsetCompleteOverlap
[       OK ] AddrRangeTest.isSubsetCompleteOverlap (0 ms)
[ RUN      ] AddrRangeTest.isSubsetNoOverlap
[       OK ] AddrRangeTest.isSubsetNoOverlap (0 ms)
[ RUN      ] AddrRangeTest.isSubsetTrueSubset
[       OK ] AddrRangeTest.isSubsetTrueSubset (0 ms)
[ RUN      ] AddrRangeTest.isSubsetPartialSubset
[       OK ] AddrRangeTest.isSubsetPartialSubset (0 ms)
[ RUN      ] AddrRangeTest.isSubsetInterleavedCompleteOverlap
[       OK ] AddrRangeTest.isSubsetInterleavedCompleteOverlap (0 ms)
[ RUN      ] AddrRangeTest.isSubsetInterleavedNoOverlap
[       OK ] AddrRangeTest.isSubsetInterleavedNoOverlap (0 ms)
[ RUN      ] AddrRangeTest.isSubsetInterleavedPartialOverlap
[       OK ] AddrRangeTest.isSubsetInterleavedPartialOverlap (0 ms)
[ RUN      ] AddrRangeTest.Contains
[       OK ] AddrRangeTest.Contains (0 ms)
[ RUN      ] AddrRangeTest.ContainsInAnEmptyRange
[       OK ] AddrRangeTest.ContainsInAnEmptyRange (0 ms)
[ RUN      ] AddrRangeTest.RemoveIntlvBits
[       OK ] AddrRangeTest.RemoveIntlvBits (0 ms)
[ RUN      ] AddrRangeTest.addIntlvBits
[       OK ] AddrRangeTest.addIntlvBits (0 ms)
[ RUN      ] AddrRangeTest.OffsetInRange
[       OK ] AddrRangeTest.OffsetInRange (0 ms)
[ RUN      ] AddrRangeTest.OffsetOutOfRangeAfter
[       OK ] AddrRangeTest.OffsetOutOfRangeAfter (0 ms)
[ RUN      ] AddrRangeTest.OffsetOutOfRangeBefore
[       OK ] AddrRangeTest.OffsetOutOfRangeBefore (0 ms)
[ RUN      ] AddrRangeTest.LsbInterleavingMask
[       OK ] AddrRangeTest.LsbInterleavingMask (0 ms)
[ RUN      ] AddrRangeTest.TwoInterleavingMasks
[       OK ] AddrRangeTest.TwoInterleavingMasks (0 ms)
[ RUN      ] AddrRangeTest.ComplexInterleavingMasks
[       OK ] AddrRangeTest.ComplexInterleavingMasks (0 ms)
[ RUN      ] AddrRangeTest.InterleavingAddressesMergesWith
[       OK ] AddrRangeTest.InterleavingAddressesMergesWith (0 ms)
[ RUN      ] AddrRangeTest.InterleavingAddressesDoNotMergeWith
[       OK ] AddrRangeTest.InterleavingAddressesDoNotMergeWith (0 ms)
[ RUN      ] AddrRangeTest.InterleavingAddressesDoNotIntersect
[       OK ] AddrRangeTest.InterleavingAddressesDoNotIntersect (0 ms)
[ RUN      ] AddrRangeTest.InterleavingAddressesIntersectsViaMerging
[       OK ] AddrRangeTest.InterleavingAddressesIntersectsViaMerging (0 ms)
[ RUN      ] AddrRangeTest.InterleavingAddressesDoesNotIntersectViaMerging
[       OK ] AddrRangeTest.InterleavingAddressesDoesNotIntersectViaMerging (0 
ms)
[ RUN      ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBits
[       OK ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBits (0 ms)
[ RUN      ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBitsTwoMasks
[       OK ] AddrRangeTest.InterleavingAddressAddRemoveInterlvBitsTwoMasks (0 
ms)
[ RUN      ] AddrRangeTest.AddRemoveInterleavBitsAcrossRange
[       OK ] AddrRangeTest.AddRemoveInterleavBitsAcrossRange (1 ms)
[ RUN      ] AddrRangeTest.AddRemoveInterleavBitsAcrossContiguousRange
[       OK ] AddrRangeTest.AddRemoveInterleavBitsAcrossContiguousRange (0 ms)
[ RUN      ] AddrRangeTest.InterleavingAddressesGetOffset
[       OK ] AddrRangeTest.InterleavingAddressesGetOffset (0 ms)
[ RUN      ] AddrRangeTest.InterleavingLessThanStartEquals
[       OK ] AddrRangeTest.InterleavingLessThanStartEquals (0 ms)
[ RUN      ] AddrRangeTest.InterleavingLessThanStartNotEquals
[       OK ] AddrRangeTest.InterleavingLessThanStartNotEquals (0 ms)
[ RUN      ] AddrRangeTest.InterleavingEqualTo
[       OK ] AddrRangeTest.InterleavingEqualTo (0 ms)
[ RUN      ] AddrRangeTest.InterleavingNotEqualTo
[       OK ] AddrRangeTest.InterleavingNotEqualTo (0 ms)
[ RUN      ] AddrRangeTest.MergingInterleavingAddressRanges
[       OK ] AddrRangeTest.MergingInterleavingAddressRanges (0 ms)
[ RUN      ] AddrRangeTest.MergingInterleavingAddressRangesOneRange
[       OK ] AddrRangeTest.MergingInterleavingAddressRangesOneRange (0 ms)
[ RUN      ] AddrRangeTest.LegacyConstructorNoInterleaving
[       OK ] AddrRangeTest.LegacyConstructorNoInterleaving (0 ms)
[ RUN      ] AddrRangeTest.LegacyConstructorOneBitMask
[       OK ] AddrRangeTest.LegacyConstructorOneBitMask (0 ms)
[ RUN      ] AddrRangeTest.LegacyConstructorTwoBitMask
[       OK ] AddrRangeTest.LegacyConstructorTwoBitMask (0 ms)
[ RUN      ] AddrRangeTest.LegacyConstructorTwoBitMaskWithXOR
[       OK ] AddrRangeTest.LegacyConstructorTwoBitMaskWithXOR (0 ms)
[ RUN      ] AddrRangeTest.RangeExConstruction
[       OK ] AddrRangeTest.RangeExConstruction (0 ms)
[ RUN      ] AddrRangeTest.RangeInConstruction
[       OK ] AddrRangeTest.RangeInConstruction (0 ms)
[ RUN      ] AddrRangeTest.RangeSizeConstruction
[       OK ] AddrRangeTest.RangeSizeConstruction (0 ms)
[ RUN      ] AddrRangeTest.ExcludeAll
[       OK ] AddrRangeTest.ExcludeAll (0 ms)
[ RUN      ] AddrRangeTest.ExcludeAllEqual
[       OK ] AddrRangeTest.ExcludeAllEqual (0 ms)
[ RUN      ] AddrRangeTest.ExcludeAllMultiple
[       OK ] AddrRangeTest.ExcludeAllMultiple (0 ms)
[ RUN      ] AddrRangeTest.ExcludeAllOverlapping
[       OK ] AddrRangeTest.ExcludeAllOverlapping (0 ms)
[ RUN      ] AddrRangeTest.ExcludeEmpty
[       OK ] AddrRangeTest.ExcludeEmpty (0 ms)
[ RUN      ] AddrRangeTest.NoExclusion
[       OK ] AddrRangeTest.NoExclusion (0 ms)
[ RUN      ] AddrRangeTest.DoubleExclusion
[       OK ] AddrRangeTest.DoubleExclusion (0 ms)
[ RUN      ] AddrRangeTest.MultipleExclusion
[       OK ] AddrRangeTest.MultipleExclusion (0 ms)
[ RUN      ] AddrRangeTest.MultipleExclusionOverlapping
[       OK ] AddrRangeTest.MultipleExclusionOverlapping (0 ms)
[ RUN      ] AddrRangeTest.ExclusionOverlapping
[       OK ] AddrRangeTest.ExclusionOverlapping (0 ms)
[ RUN      ] AddrRangeTest.MultipleExclusionUnsorted
[       OK ] AddrRangeTest.MultipleExclusionUnsorted (0 ms)
[----------] 65 tests from AddrRangeTest (1 ms total)

[----------] Global test environment tear-down
[==========] 66 tests from 2 test suites ran. (2 ms total)
[  PASSED  ] 65 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] AddrRangeDeathTest.ExcludeInterleavingRanges

 1 FAILED TEST
  YOU HAVE 6 DISABLED TESTS

scons: *** [build/NULL/unittests.perf/base/addr_range.test.xml] Error 1
scons: building terminated because of errors.
*** Summary of Warnings ***
Warning: Deprecated namespaces are not supported by this compiler.
         Please make sure to check the mailing list for deprecation
         announcements.
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording plot data
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found 
but none of them are new. Did leafNodes run? 
For example, 
<https://jenkins.gem5.org/job/nightly/406/artifact/tests/testing-results/results.xml>
 is 22 hr old
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to