Project

General

Profile

Actions

Bug #6279

closed

TestXmlPrinterTestCase: IllegalArgumentException: Output file name isn't specified

Added by Sergey Smolov over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Engine (Printer)
Target version:
Start date:
09/17/2015
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Platform:
Published in build:
0.2.1

Description

2015.09.17 14:21:03.934. INFO: Retrascope is starting
2015.09.17 14:21:03.934. INFO: Retrascope is shutting down
2015.09.17 14:21:03.941. INFO: EFSM.TestGenerator: loop limit isn't specified. Setting it to the default value: 1
2015.09.17 14:21:03.941. INFO: EFSM.TestGenerator: module SimpleEfsm: starting test generation
2015.09.17 14:21:04.240. INFO: EFSM.TestGenerator: module SimpleEfsm: test generation has been finished successfully
2015.09.17 14:21:04.240. INFO: EFSM.TestGenerator: module SimpleEfsm: test coverage: 40% (2 of 5 transitions)
2015.09.17 14:21:04.240. INFO: EFSM.TestGenerator: module SimpleEfsm: amount of tests: 1
2015.09.17 14:21:04.240. INFO: EFSM.TestGenerator: module SimpleEfsm: amount of vectors: 2

Output file name isn't specified
java.lang.IllegalArgumentException: Output file name isn't specified
    at ru.ispras.retrascope.engine.test.printer.xml.TestXmlPrinter.start(TestXmlPrinter.java:83)
    at ru.ispras.retrascope.engine.test.printer.xml.TestXmlPrinterTestCase.marshal(TestXmlPrinterTestCase.java:82)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:86)
    at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:49)
    at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
    at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
    at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
Actions #1

Updated by Sergey Smolov over 8 years ago

  • Category set to 142
Actions #2

Updated by Sergey Smolov over 8 years ago

Similar error appears while running ru.ispras.retrascope.parser.test.XmlTestParserTestCase test.

Actions #3

Updated by Igor Melnichenko over 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Sergey Smolov over 8 years ago

  • Status changed from Resolved to Verified
Actions #5

Updated by Sergey Smolov over 8 years ago

  • Subject changed from ru.ispras.retrascope.engine.test.printer.xml.TestXmlPrinterTestCase: java.lang.IllegalArgumentException: Output file name isn't specified to TestXmlPrinterTestCase: IllegalArgumentException: Output file name isn't specified
Actions #6

Updated by Sergey Smolov about 8 years ago

  • Status changed from Verified to Closed
  • Published in build set to 0.2.1

Engine that is tested here is moved to xml.test.engines branch.

Actions

Also available in: Atom PDF