Giter Club home page Giter Club logo

graphviz-testing's Introduction

graphviz-testing

Created for EE433 students to report bugs discovered in GraphViz

EE433 students should see assignment P1 in Canvas.

graphviz-testing's People

Contributors

dgreen avatar

Watchers

 avatar  avatar

graphviz-testing's Issues

Too Many Dimensions Error

Operating System: Windows 7

Issue type: documentation

Bug Severity: Trivial

Minimal input, output and expected output to illustrate the bug

Input: Have dimensions=11
Output: Nothing changed
Expected Output: Code should not run

Steps to create bug

Too_Many_Dimenstions_Test.dot

Infinite Arrow linking

Operating System: Windows 8

Issue type: enhancement

Bug Severity: trivial

Minimal input, output and expected output to illustrate the bug

Repeatedly link a node to itself or another node using arrow type
ie: a->a
a->a .... (repeated a few thousand times)

The output will display as such:
infinitearrowstoself
or
infinitearrowtoothers

Steps to create bug

dot input_file -options > output_file

May be intentional, but a default cap of arrows linking to one another could be an enhancement. With an override in the dot code if they wish to have a large amount of arrows.

Small Sized Graph Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Normal

Minimal input, output and expected output to illustrate the bug

Input: Have size be (0.1,0.1) in code
Output: Graph is too small to see information
Expected Output: Graph should be small enough to fit all information.

Steps to create bug

Run Small Sized Graph Test.dot

Label Angle Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Minor

Minimal input, output and expected output to illustrate the bug

Input: Have labelangle=30
Output: Nothing changed
Expected Output: Label should be rotated 30 degrees

Steps to create bug

Run Label_Angle_Test.dot

Fontcolor Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Minor

Minimal input, output and expected output to illustrate the bug

Input: Have fontcolor=red
Output: Nothing changed
Expected Output: Font should be in red.

Steps to create bug

Fontcolor_Test.dot

Error message when attempting to point to a non-existent input file

Operating System: Windows 7

Issue type: enhancement

Bug Severity: trivial

Minimal input, output and expected output to illustrate the bug

dot (non-existent input file)

Expect error message indicating file cannot be found. Instead receive error message indicating file cannot be opened. Small semantic difference, but it implies that the file exists, but user access is blocked, or that there is some formatting issue with the file. Can be temporarily misleading if you are working in the command line and are targeted at the incorrect folder.

Picture Perfect Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Normal

Minimal input, output and expected output to illustrate the bug

Input: Insert image=imagename.png
Output: Code did not run
Expected Output: Code should run with picture shown in node.

Steps to create bug

Picture_Perfect_Test.dot

Label Font Color Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Minor

Minimal input, output and expected output to illustrate the bug

Input: Have labelfontcolor=red
Output: Nothing changed
Expected Output: Label should be in red

Steps to create bug

Run Label_Font_Color_Error.dot

Invisible Edges Test

Operating System: Windows 7

Issue type: defect

Bug Severity: Minor

Minimal input, output and expected output to illustrate the bug

Input: Have style set to 'invis'
Output: Nothing changed
Expected Output: Edges of nodes should be invisible.

Steps to create bug

Invisible_Edges_Test.dot

Blank Bubble Graph Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Normal

Minimal input, output and expected output to illustrate the bug

Input: Put in code "a--> -->b"
Output: Code does not run
Expected Output: Blank bubble on graph

Steps to create bug

Run Blank_Bubble_Graph_Error.dot

Bad Node Color Fill Output

Operating System: Windows 8

Issue type: enhancement

Bug Severity: trivial

Minimal input, output and expected output to illustrate the bug

Input a dot file with this line of code:
node[style=filled,color=fdsadfds];
or something similar in color field.

Output is a solid black fill as the default.
badcoloroutput

Steps to create bug

dot filename.dot

A possible improvement would be to change default fill color to white as default text color is black.

Fillcolor Function Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Trivial

Minimal input, output and expected output to illustrate the bug

Input: Have fillcolor=red
Output: Arrowhead is filled in red
Expected Output: Node should be in red

Steps to create bug

Fillcolor_Function_Test.dot

Distant Label Error

Operating System: Windows 7

Issue type: defect

Bug Severity: Minor

Minimal input, output and expected output to illustrate the bug

Input: Have labeldistance=30
Output: Nothing changed
Expected Output: Label should be farther from the line and node.

Steps to create bug

Run Distant_Label_Test.dot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.