| Summary: | cantor fails testoctave | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | stupor_scurvy343 |
| Component: | octave-backend | Assignee: | Alexander Rieder <alexanderrieder> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alexanderrieder, filipe, warquark |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
stupor_scurvy343
2013-03-05 18:46:35 UTC
Currently testInvalidSyntax is working but testPlot is failing. :'(
Below the output of testPlot in my computer:
QDEBUG : TestOctave::testPlot() evaluateExpression: "cantor_plot2d('sin(x)', 'x', -10,10);"
QDEBUG : TestOctave::testPlot() OctaveExpression construtor
QDEBUG : TestOctave::testPlot() evaluate
QDEBUG : TestOctave::testPlot() Executing a plot command
QDEBUG : TestOctave::testPlot() runExpression
QDEBUG : TestOctave::testPlot() readError
QDEBUG : TestOctave::testPlot() "warning: print.m: epstool binary is not available.\nSome output formats are not available.\n"
QDEBUG : TestOctave::testPlot() currentExpressionStatusChanged
QDEBUG : TestOctave::testPlot() readError
QDEBUG : TestOctave::testPlot() "libGL error: failed to open drm device: Permission denied\nlibGL error: failed to load driver: i965\n"
QDEBUG : TestOctave::testPlot() currentExpressionStatusChanged
QDEBUG : TestOctave::testPlot() readOutput
QDEBUG : TestOctave::testPlot() readError
QDEBUG : TestOctave::testPlot() finalize: ""
QDEBUG : TestOctave::testPlot() true true
FAIL! : TestOctave::testPlot() 'e->result()!=0' returned FALSE. ()
Now, all tests (6 tests) have passed, so I wil set this as fixed. |