Skip to content

Console Output

Skipping 1,386 KB.. Full Log
21: [----------] 1 test from JITQuxTest
21: [ RUN      ] JITQuxTest.QuxTest2
21: [       OK ] JITQuxTest.QuxTest2 (0 ms)
21: [----------] 1 test from JITQuxTest (0 ms total)
21: 
21: [----------] 1 test from SimplifierFoldAndTest
21: [ RUN      ] SimplifierFoldAndTest.SimplifierFoldAndTest
21: [       OK ] SimplifierFoldAndTest.SimplifierFoldAndTest (1 ms)
21: [----------] 1 test from SimplifierFoldAndTest (1 ms total)
21: 
21: [----------] 23 tests from SingleBitContainerTest
21: [ RUN      ] SingleBitContainerTest.resetAllTest1
21: [       OK ] SingleBitContainerTest.resetAllTest1 (0 ms)
21: [ RUN      ] SingleBitContainerTest.resetAllTest2
21: [       OK ] SingleBitContainerTest.resetAllTest2 (0 ms)
21: [ RUN      ] SingleBitContainerTest.resetAllTest3
21: [       OK ] SingleBitContainerTest.resetAllTest3 (0 ms)
21: [ RUN      ] SingleBitContainerTest.resetAllTest4
21: [       OK ] SingleBitContainerTest.resetAllTest4 (0 ms)
21: [ RUN      ] SingleBitContainerTest.resetAllTest5
21: [       OK ] SingleBitContainerTest.resetAllTest5 (0 ms)
21: [ RUN      ] SingleBitContainerTest.setAllTest1
21: [       OK ] SingleBitContainerTest.setAllTest1 (0 ms)
21: [ RUN      ] SingleBitContainerTest.setAllTest2
21: [       OK ] SingleBitContainerTest.setAllTest2 (0 ms)
21: [ RUN      ] SingleBitContainerTest.setAllTest3
21: [       OK ] SingleBitContainerTest.setAllTest3 (0 ms)
21: [ RUN      ] SingleBitContainerTest.setAllTest4
21: [       OK ] SingleBitContainerTest.setAllTest4 (0 ms)
21: [ RUN      ] SingleBitContainerTest.setAllTest5
21: [       OK ] SingleBitContainerTest.setAllTest5 (0 ms)
21: [ RUN      ] SingleBitContainerTest.intersects
21: [       OK ] SingleBitContainerTest.intersects (0 ms)
21: [ RUN      ] SingleBitContainerTest.operatorEqual
21: [       OK ] SingleBitContainerTest.operatorEqual (0 ms)
21: [ RUN      ] SingleBitContainerTest.operatorNotEqualTest1
21: [       OK ] SingleBitContainerTest.operatorNotEqualTest1 (0 ms)
21: [ RUN      ] SingleBitContainerTest.bitOperator
21: [       OK ] SingleBitContainerTest.bitOperator (0 ms)
21: [ RUN      ] SingleBitContainerTest.operatorAndEqualTest
21: [       OK ] SingleBitContainerTest.operatorAndEqualTest (0 ms)
21: [ RUN      ] SingleBitContainerTest.operatorSubEqualTest
21: [       OK ] SingleBitContainerTest.operatorSubEqualTest (0 ms)
21: [ RUN      ] SingleBitContainerTest.assignmentTest
21: [       OK ] SingleBitContainerTest.assignmentTest (0 ms)
21: [ RUN      ] SingleBitContainerTest.emptyTest
21: [       OK ] SingleBitContainerTest.emptyTest (0 ms)
21: [ RUN      ] SingleBitContainerTest.hasMoreThanOneElementTest
21: [       OK ] SingleBitContainerTest.hasMoreThanOneElementTest (0 ms)
21: [ RUN      ] SingleBitContainerTest.elementCount
21: [       OK ] SingleBitContainerTest.elementCount (0 ms)
21: [ RUN      ] SingleBitContainerTest.numUsedChunks1
21: [       OK ] SingleBitContainerTest.numUsedChunks1 (0 ms)
21: [ RUN      ] SingleBitContainerTest.numNonZeroChunks
21: [       OK ] SingleBitContainerTest.numNonZeroChunks (0 ms)
21: [ RUN      ] SingleBitContainerTest.isEmpty
21: [       OK ] SingleBitContainerTest.isEmpty (0 ms)
21: [----------] 23 tests from SingleBitContainerTest (0 ms total)
21: 
21: [----------] 10 tests from JITX86OpCodesTest
21: [ RUN      ] JITX86OpCodesTest.UnaryTest
21: [       OK ] JITX86OpCodesTest.UnaryTest (77 ms)
21: [ RUN      ] JITX86OpCodesTest.IntegerArithmeticTest
21: [       OK ] JITX86OpCodesTest.IntegerArithmeticTest (51 ms)
21: [ RUN      ] JITX86OpCodesTest.FloatArithmeticTest
21: [       OK ] JITX86OpCodesTest.FloatArithmeticTest (43 ms)
21: [ RUN      ] JITX86OpCodesTest.MemoryOperationTest
21: [       OK ] JITX86OpCodesTest.MemoryOperationTest (24 ms)
21: [ RUN      ] JITX86OpCodesTest.BitwiseTest
21: [       OK ] JITX86OpCodesTest.BitwiseTest (43 ms)
21: [ RUN      ] JITX86OpCodesTest.DirectCallTest
21: [       OK ] JITX86OpCodesTest.DirectCallTest (2 ms)
21: [ RUN      ] JITX86OpCodesTest.CompareTest
21: [       OK ] JITX86OpCodesTest.CompareTest (317 ms)
21: [ RUN      ] JITX86OpCodesTest.TernaryTest
21: [       OK ] JITX86OpCodesTest.TernaryTest (26 ms)
21: [ RUN      ] JITX86OpCodesTest.X86AddressTest
21: [       OK ] JITX86OpCodesTest.X86AddressTest (106 ms)
21: [ RUN      ] JITX86OpCodesTest.UnsupportedOpCodesTest
21: [       OK ] JITX86OpCodesTest.UnsupportedOpCodesTest (1 ms)
21: [----------] 10 tests from JITX86OpCodesTest (691 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 57 tests from 10 test cases ran. (12081 ms total)
21: [  PASSED  ] 57 tests.
21: [  ALL TESTS PASSED  ] 
21: 
21:   YOU HAVE 6 DISABLED TESTS
21: 
21/23 Test #21: CompilerTest ......................   Passed   12.09 sec
test 22
      Start 22: triltest

22: Test command: /Users/jenkins/workspace/Test_OSX/build/fvtest/tril/test/triltest
22: Test timeout computed to be: 10000000
22: Note: Google Test filter = -*dump_test_create_dump_*:*NumaSetAffinity:*NumaSetAffinitySuspended:*DeathTest*
22: [==========] Running 84 tests from 12 test cases.
22: [----------] 16 tests from ASTValueTest
22: [----------] 16 tests from ASTValueTest (0 ms total)
22: 
22: [----------] 13 tests from ASTNodeArgumentTest
22: [----------] 13 tests from ASTNodeArgumentTest (0 ms total)
22: 
22: [----------] 15 tests from ASTNodeTest
22: [----------] 15 tests from ASTNodeTest (0 ms total)
22: 
22: [----------] 14 tests from ParserTest
22: [----------] 14 tests from ParserTest (0 ms total)
22: 
22: [----------] 8 tests from MethodInfoTest
22: [----------] 8 tests from MethodInfoTest (0 ms total)
22: 
22: [----------] 1 test from IlGenTest
22: [----------] 1 test from IlGenTest (2 ms total)
22: 
22: [----------] 2 tests from CompileTest
22: [----------] 2 tests from CompileTest (2 ms total)
22: 
22: [----------] 2 tests from ParserTest/SingleNodeWithName
22: [----------] 2 tests from ParserTest/SingleNodeWithName (0 ms total)
22: 
22: [----------] 5 tests from ParserTestSingleNodeWithIntArgAsDecValue/SingleNodeWithIntArg
22: [----------] 5 tests from ParserTestSingleNodeWithIntArgAsDecValue/SingleNodeWithIntArg (0 ms total)
22: 
22: [----------] 3 tests from ParserTestSingleNodeWithIntArgAsHexValue/SingleNodeWithIntArg
22: [----------] 3 tests from ParserTestSingleNodeWithIntArgAsHexValue/SingleNodeWithIntArg (0 ms total)
22: 
22: [----------] 3 tests from ParserTest/SingleNodeWithFloatArg
22: [----------] 3 tests from ParserTest/SingleNodeWithFloatArg (0 ms total)
22: 
22: [----------] 2 tests from ParserTest/SingleNodeWithUnnamedArg
22: [----------] 2 tests from ParserTest/SingleNodeWithUnnamedArg (0 ms total)
22: 
22: [==========] 84 tests from 12 test cases ran. (5 ms total)
22: [  PASSED  ] 84 tests.
22: [  ALL TESTS PASSED  ] 
22/23 Test #22: triltest ..........................   Passed    0.01 sec
test 23
      Start 23: comptest

23: Test command: /Users/jenkins/workspace/Test_OSX/build/fvtest/compilertriltest/comptest "--gtest_color=yes"
23: Test timeout computed to be: 10000000
23: Note: Google Test filter = -*dump_test_create_dump_*:*NumaSetAffinity:*NumaSetAffinitySuspended:*DeathTest*
23: [==========] Running 14810 tests from 53 test cases.
23: [----------] 8 tests from PtrTest
23: [----------] 8 tests from PtrTest (0 ms total)
23: 
23: [----------] 8 tests from TRTestCombineVectorTest
23: [----------] 8 tests from TRTestCombineVectorTest (0 ms total)
23: 
23: [----------] 8 tests from TRTestCombineBraceInitTest
23: [----------] 8 tests from TRTestCombineBraceInitTest (0 ms total)
23: 
23: [----------] 7 tests from TRTestFilter
23: [----------] 7 tests from TRTestFilter (0 ms total)
23: 
23: [----------] 1 test from InvalidCommoningTest
23: *** VALIDATION ERROR ***
23: Node: BBEnd n2n
23: Method: file:line:name
23: Node cannot live across block boundary at n7n
23: 
23: [----------] 1 test from InvalidCommoningTest (2 ms total)
23: 
23: [----------] 3 tests from SimplifierFoldAbsNegTest/0, where TypeParam = int
23: [----------] 3 tests from SimplifierFoldAbsNegTest/0 (1 ms total)
23: 
23: [----------] 3 tests from SimplifierFoldAbsNegTest/1, where TypeParam = long long
23: [----------] 3 tests from SimplifierFoldAbsNegTest/1 (1 ms total)
23: 
23: [----------] 3 tests from SimplifierFoldAbsNegTest/2, where TypeParam = float
23: [----------] 3 tests from SimplifierFoldAbsNegTest/2 (1 ms total)
23: 
23: [----------] 3 tests from SimplifierFoldAbsNegTest/3, where TypeParam = double
23: [----------] 3 tests from SimplifierFoldAbsNegTest/3 (1 ms total)
23: 
23: [----------] 1 test from SimplifierFoldAndTest
23: [----------] 1 test from SimplifierFoldAndTest (0 ms total)
23: 
23: [----------] 1 test from VectorTest
23: [----------] 1 test from VectorTest (2 ms total)
23: 
23: [----------] 1 test from CallTest
23: [----------] 1 test from CallTest (2 ms total)
23: 
23: [----------] 1 test from MockStrategyTest
23: [----------] 1 test from MockStrategyTest (0 ms total)
23: 
23: [----------] 1 test from TypeToString
23: [----------] 1 test from TypeToString (0 ms total)
23: 
23: [----------] 3 tests from LinkageTest/0, where TypeParam = int
23: [----------] 3 tests from LinkageTest/0 (3 ms total)
23: 
23: [----------] 3 tests from LinkageTest/1, where TypeParam = long long
23: [----------] 3 tests from LinkageTest/1 (3 ms total)
23: 
23: [----------] 3 tests from LinkageTest/2, where TypeParam = float
23: [----------] 3 tests from LinkageTest/2 (3 ms total)
23: 
23: [----------] 3 tests from LinkageTest/3, where TypeParam = double
23: [----------] 3 tests from LinkageTest/3 (3 ms total)
23: 
23: [----------] 14 tests from ILValidatorTest/IllformedTrees
23: *** VALIDATION ERROR ***
23: Node: iadd n4n
23: Method: file:line:name
23: Child 1 has unexpected type Int16 (expected Int32)
23: 
23: *** VALIDATION ERROR ***
23: Node: sadd n4n
23: Method: file:line:name
23: Child 0 has unexpected type Int32 (expected Int16)
23: 
23: *** VALIDATION ERROR ***
23: Node: aiadd n4n
23: Method: file:line:name
23: Child 1 has unexpected type Int64 (expected Int32)
23: 
23: *** VALIDATION ERROR ***
23: Node: aladd n4n
23: Method: file:line:name
23: Child 1 has unexpected type Int32 (expected Int64)
23: 
23: *** VALIDATION ERROR ***
23: Node: aiadd n4n
23: Method: file:line:name
23: Child 0 has unexpected type Int32 (expected Address)
23: 
23: *** VALIDATION ERROR ***
23: Node: aladd n4n
23: Method: file:line:name
23: Child 0 has unexpected type Int64 (expected Address)
23: 
23: *** VALIDATION ERROR ***
23: Node: acmpeq n4n
23: Method: file:line:name
23: Child 0 has unexpected type Int32 (expected Address)
23: 
23: *** VALIDATION ERROR ***
23: Node: acmpge n4n
23: Method: file:line:name
23: Child 0 has unexpected type Int64 (expected Address)
23: 
23: *** VALIDATION ERROR ***
23: Node: return n3n
23: Method: file:line:name
23: Child count 1 does not match expected value of 0
23: 
23: *** VALIDATION ERROR ***
23: Node: ireturn n3n
23: Method: file:line:name
23: Child count 2 does not match expected value of 1
23: 
23: *** VALIDATION ERROR ***
23: Node: ireturn n3n
23: Method: file:line:name
23: Child count 2 does not match expected value of 1
23: 
23: *** VALIDATION ERROR ***
23: Node: iconst n4n
23: Method: file:line:name
23: Child count 1 does not match expected value of 0
23: 
23: *** VALIDATION ERROR ***
23: Node: iadd n4n
23: Method: file:line:name
23: Child count 3 does not match expected value of 2
23: 
23: *** VALIDATION ERROR ***
23: Node: lreturn n3n
23: Method: file:line:name
23: Child 0 has unexpected type Int16 (expected Int64)
23: 
23: [----------] 14 tests from ILValidatorTest/IllformedTrees (3 ms total)
23: 
23: [----------] 8 tests from ILValidatorTest/WellformedTrees
23: [----------] 8 tests from ILValidatorTest/WellformedTrees (8 ms total)
23: 
23: [----------] 450 tests from CommoningValidationTest/CommoningTest
23: [----------] 450 tests from CommoningValidationTest/CommoningTest (825 ms total)
23: 
23: [----------] 1350 tests from ArithmeticTest/Int32Arithmetic
23: [----------] 1350 tests from ArithmeticTest/Int32Arithmetic (1482 ms total)
23: 
23: [----------] 832 tests from DivArithmeticTest/Int32Arithmetic
23: [----------] 832 tests from DivArithmeticTest/Int32Arithmetic (919 ms total)
23: 
23: [----------] 630 tests from ShiftAndRotateTest/Int32ShiftAndRotate
23: [----------] 630 tests from ShiftAndRotateTest/Int32ShiftAndRotate (689 ms total)
23: 
23: [----------] 714 tests from ShiftAndRotateTest/Int64ShiftAndRotate
23: [----------] 714 tests from ShiftAndRotateTest/Int64ShiftAndRotate (786 ms total)
23: 
23: [----------] 252 tests from ShiftAndRotateTest/Int8ShiftAndRotate
23: [----------] 252 tests from ShiftAndRotateTest/Int8ShiftAndRotate (284 ms total)
23: 
23: [----------] 252 tests from ShiftAndRotateTest/Int16ShiftAndRotate
23: [----------] 252 tests from ShiftAndRotateTest/Int16ShiftAndRotate (285 ms total)
23: 
23: [----------] 126 tests from ShiftAndRotateTest/UInt32ShiftAndRotate
23: [----------] 126 tests from ShiftAndRotateTest/UInt32ShiftAndRotate (138 ms total)
23: 
23: [----------] 126 tests from ShiftAndRotateTest/UInt64ShiftAndRotate
23: [----------] 126 tests from ShiftAndRotateTest/UInt64ShiftAndRotate (140 ms total)
23: 
23: [----------] 126 tests from ShiftAndRotateTest/UInt8ShiftAndRotate
23: [----------] 126 tests from ShiftAndRotateTest/UInt8ShiftAndRotate (143 ms total)
23: 
23: [----------] 126 tests from ShiftAndRotateTest/UInt16ShiftAndRotate
23: [----------] 126 tests from ShiftAndRotateTest/UInt16ShiftAndRotate (141 ms total)
23: 
23: [----------] 81 tests from IfxcmpgeReductionTest/Int8ReductionTest
23: [----------] 81 tests from IfxcmpgeReductionTest/Int8ReductionTest (140 ms total)
23: 
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt8ReductionTest
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt8ReductionTest (133 ms total)
23: 
23: [----------] 81 tests from IfxcmpgeReductionTest/Int16ReductionTest
23: [----------] 81 tests from IfxcmpgeReductionTest/Int16ReductionTest (140 ms total)
23: 
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt16ReductionTest
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt16ReductionTest (131 ms total)
23: 
23: [----------] 225 tests from IfxcmpgeReductionTest/Int32ReductionTest
23: [----------] 225 tests from IfxcmpgeReductionTest/Int32ReductionTest (391 ms total)
23: 
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt32ReductionTest
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt32ReductionTest (129 ms total)
23: 
23: [----------] 289 tests from IfxcmpgeReductionTest/Int64ReductionTest
23: [----------] 289 tests from IfxcmpgeReductionTest/Int64ReductionTest (510 ms total)
23: 
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt64ReductionTest
23: [----------] 81 tests from IfxcmpgeReductionTest/UInt64ReductionTest (132 ms total)
23: 
23: [----------] 864 tests from i2lZerosAroundOnes/i2lLongAndAsRotateTest
23: [----------] 864 tests from i2lZerosAroundOnes/i2lLongAndAsRotateTest (1104 ms total)
23: 
23: [----------] 480 tests from i2lOnesAroundZeros/i2lLongAndAsRotateTest
23: [----------] 480 tests from i2lOnesAroundZeros/i2lLongAndAsRotateTest (612 ms total)
23: 
23: [----------] 144 tests from i2lInvalidPatterns/i2lLongAndAsRotateTest
23: [----------] 144 tests from i2lInvalidPatterns/i2lLongAndAsRotateTest (186 ms total)
23: 
23: [----------] 864 tests from iu2lZerosAroundOnes/iu2lLongAndAsRotateTest
23: [----------] 864 tests from iu2lZerosAroundOnes/iu2lLongAndAsRotateTest (1117 ms total)
23: 
23: [----------] 480 tests from iu2lOnesAroundZeros/iu2lLongAndAsRotateTest
23: [----------] 480 tests from iu2lOnesAroundZeros/iu2lLongAndAsRotateTest (627 ms total)
23: 
23: [----------] 144 tests from iu2lInvalidPatterns/iu2lLongAndAsRotateTest
23: [----------] 144 tests from iu2lInvalidPatterns/iu2lLongAndAsRotateTest (193 ms total)
23: 
23: [----------] 30 tests from LogicalTest/Int32LogicalUnary
23: [----------] 30 tests from LogicalTest/Int32LogicalUnary (29 ms total)
23: 
23: [----------] 225 tests from LogicalTest/Int32LogicalBinary
23: [----------] 225 tests from LogicalTest/Int32LogicalBinary (227 ms total)
23: 
23: [----------] 960 tests from lBitPermute/lBitPermuteTest
23: [----------] 960 tests from lBitPermute/lBitPermuteTest (1320 ms total)
23: 
23: [----------] 960 tests from iBitPermute/iBitPermuteTest
23: [----------] 960 tests from iBitPermute/iBitPermuteTest (1264 ms total)
23: 
23: [----------] 768 tests from sBitPermute/sBitPermuteTest
23: [----------] 768 tests from sBitPermute/sBitPermuteTest (1032 ms total)
23: 
23: [----------] 768 tests from bBitPermute/bBitPermuteTest
23: [----------] 768 tests from bBitPermute/bBitPermuteTest (1024 ms total)
23: 
23: [----------] 900 tests from MaxMin/Int32MaxMin
23: [----------] 900 tests from MaxMin/Int32MaxMin (987 ms total)
23: 
23: [----------] 1156 tests from MaxMin/Int64MaxMin
23: [----------] 1156 tests from MaxMin/Int64MaxMin (1267 ms total)
23: 
23: [==========] 14810 tests from 53 test cases ran. (18567 ms total)
23: [  PASSED  ] 14810 tests.
23: [  ALL TESTS PASSED  ] 
23: 
23/23 Test #23: comptest ..........................   Passed   18.94 sec

100% tests passed, 0 tests failed out of 23

Total Test time (real) = 218.87 sec
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Cleanup workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS