-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added graphics.Canvas, graphics.Font, graphics.Image, graphics.Quad, graphics.Shader and graphics.Text - removed rogue resource img - removed event wait test placeholder - updated todo list
- Loading branch information
Showing
16 changed files
with
646 additions
and
359 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<!-- PASSED 275 || FAILED 2 || SKIPPED 28 || TIME 16.781 --> | ||
<!-- PASSED 281 || FAILED 2 || SKIPPED 20 || TIME 13.278 --> | ||
|
||
**305** tests were completed in **16.781s** with **275** passed, **2** failed, and **28** skipped | ||
**303** tests were completed in **13.278s** with **281** passed, **2** failed, and **20** skipped | ||
|
||
### Report | ||
| Module | Pass | Fail | Skip | Time | | ||
| --------------------- | ------ | ------ | ------- | ------ | | ||
| 🔴 audio | 27 | 1 | 0 | 4.898s | | ||
| 🟢 data | 12 | 0 | 0 | 0.213s | | ||
| 🟢 event | 4 | 0 | 2 | 0.103s | | ||
| 🟢 filesystem | 29 | 0 | 2 | 0.561s | | ||
| 🔴 font | 6 | 1 | 0 | 0.123s | | ||
| 🟢 graphics | 93 | 0 | 14 | 2.106s | | ||
| 🟢 image | 5 | 0 | 0 | 0.088s | | ||
| 🟢 math | 20 | 0 | 0 | 0.284s | | ||
| 🟢 physics | 22 | 0 | 6 | 0.059s | | ||
| 🟢 sound | 4 | 0 | 0 | 0.015s | | ||
| 🟢 system | 6 | 0 | 2 | 0.023s | | ||
| 🟢 thread | 5 | 0 | 0 | 0.318s | | ||
| 🟢 timer | 6 | 0 | 0 | 2.020s | | ||
| 🟢 video | 2 | 0 | 0 | 0.016s | | ||
| 🟢 window | 34 | 0 | 2 | 5.954s | | ||
| 🟢 audio | 28 | 0 | 0 | 0.851s | | ||
| 🟢 data | 12 | 0 | 0 | 0.197s | | ||
| 🟢 event | 4 | 0 | 2 | 0.096s | | ||
| 🟢 filesystem | 29 | 0 | 2 | 0.539s | | ||
| 🔴 font | 6 | 1 | 0 | 0.121s | | ||
| 🔴 graphics | 98 | 1 | 6 | 2.029s | | ||
| 🟢 image | 5 | 0 | 0 | 0.087s | | ||
| 🟢 math | 20 | 0 | 0 | 0.321s | | ||
| 🟢 physics | 22 | 0 | 6 | 0.468s | | ||
| 🟢 sound | 4 | 0 | 0 | 0.068s | | ||
| 🟢 system | 6 | 0 | 2 | 0.148s | | ||
| 🟢 thread | 5 | 0 | 0 | 0.376s | | ||
| 🟢 timer | 6 | 0 | 0 | 2.082s | | ||
| 🟢 video | 2 | 0 | 0 | 0.039s | | ||
| 🟢 window | 34 | 0 | 2 | 5.855s | | ||
|
||
|
||
### Failures | ||
> 🔴 Source | ||
> assert 53 [check effect was applied] expected 'true' got 'false' | ||
> 🔴 GlyphData | ||
> assert 8 [check glyph number] expected '97' got '0' | ||
> 🔴 Canvas | ||
> assert 44 [check depth sample mode set] expected 'equal' got 'nil' | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-15 Bytes
(85%)
testing/output/expected/love.test.graphics.setColorMask-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.