From 106fd80dfc621521e3bec6c31f628ed1fc82db25 Mon Sep 17 00:00:00 2001 From: ell <77150506+ellraiser@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:12:58 +0000 Subject: [PATCH] update html report styling --- classes/TestMethod.lua | 6 +- classes/TestModule.lua | 26 +- classes/TestSuite.lua | 61 ++- examples/lovetest_runAllTests.html | 4 +- examples/lovetest_runAllTests.md | 54 +-- examples/lovetest_runAllTests.xml | 627 +++++++++++++++-------------- 6 files changed, 438 insertions(+), 340 deletions(-) diff --git a/classes/TestMethod.lua b/classes/TestMethod.lua index 274d5a9..aedffc2 100644 --- a/classes/TestMethod.lua +++ b/classes/TestMethod.lua @@ -576,10 +576,10 @@ TestMethod = { end -- append HTML for the test class result - local status = '🔴' + local status = '' local cls = 'red' - if self.passed then status = '🟢'; cls = '' end - if self.skipped then status = '🟡'; cls = '' end + if self.passed then status = '
'; cls = 'green' end + if self.skipped then status = ''; cls = 'yellow' end self.testmodule.html = self.testmodule.html .. 'Method | Time | Details |
Renderer: ' .. name .. ' | ' .. version .. ' | ' .. vendor .. ' | ' .. device .. '
' .. + 'Method | Time | Details | |
🟢 | RecordingDevice | 0.398s | |
🟢 | Source | 0.022s | |
🟢 | getActiveEffects | 0.017s | |
🟢 | getActiveSourceCount | 0.019s | |
🟢 | getDistanceModel | 0.018s | |
🟢 | getDopplerScale | 0.019s | |
🟢 | getEffect | 0.017s | |
🟢 | getMaxSceneEffects | 0.017s | |
🟢 | getMaxSourceEffects | 0.018s | |
🟢 | getOrientation | 0.018s | |
🟢 | getPosition | 0.018s | |
🟢 | getRecordingDevices | 0.018s | |
🟢 | getVelocity | 0.017s | |
🟢 | getVolume | 0.019s | |
🟢 | isEffectsSupported | 0.018s | |
🟢 | newQueueableSource | 0.018s | |
🟢 | newSource | 0.019s | |
🟢 | pause | 0.019s | |
🟢 | play | 0.019s | |
🟢 | setDistanceModel | 0.016s | |
🟢 | setDopplerScale | 0.017s | |
🟢 | setEffect | 0.017s | |
🟢 | setMixWithSystem | 0.019s | |
🟢 | setOrientation | 0.018s | |
🟢 | setPosition | 0.018s | |
🟢 | setVelocity | 0.018s | |
🟢 | setVolume | 0.019s | |
🟢 | stop | 0.019s |
Method | Time | Details | |
🟢 | ByteData | 0.016s | |
🟢 | CompressedData | 0.018s | |
🟢 | compress | 0.018s | |
🟢 | decode | 0.019s | |
🟢 | decompress | 0.017s | |
🟢 | encode | 0.018s | |
🟢 | getPackedSize | 0.018s | |
🟢 | hash | 0.019s | |
🟢 | newByteData | 0.018s | |
🟢 | newDataView | 0.018s | |
🟢 | pack | 0.017s | |
🟢 | unpack | 0.017s |
Method | Time | Details | |
🟢 | clear | 0.016s | |
🟢 | poll | 0.018s | |
🟡 | pump | 0.017s | used internally |
🟢 | push | 0.017s | |
🟢 | quit | 0.017s | |
🟡 | wait | 0.018s | used internally |
Method | Time | Details | |
🟢 | File | 0.018s | |
🟢 | FileData | 0.017s | |
🟢 | append | 0.018s | |
🟢 | areSymlinksEnabled | 0.018s | |
🟢 | createDirectory | 0.018s | |
🟢 | getAppdataDirectory | 0.018s | |
🟢 | getCRequirePath | 0.019s | |
🟢 | getDirectoryItems | 0.019s | |
🟢 | getIdentity | 0.018s | |
🟢 | getInfo | 0.018s | |
🟢 | getRealDirectory | 0.017s | |
🟢 | getRequirePath | 0.018s | |
🟢 | getSaveDirectory | 0.017s | |
🟡 | getSource | 0.018s | used internally |
🟢 | getSourceBaseDirectory | 0.018s | |
🟢 | getUserDirectory | 0.017s | |
🟢 | getWorkingDirectory | 0.018s | |
🟢 | isFused | 0.018s | |
🟢 | lines | 0.017s | |
🟢 | load | 0.017s | |
🟢 | mount | 0.019s | |
🟢 | newFileData | 0.017s | |
🟢 | openFile | 0.019s | |
🟢 | read | 0.018s | |
🟢 | remove | 0.019s | |
🟢 | setCRequirePath | 0.018s | |
🟢 | setIdentity | 0.018s | |
🟢 | setRequirePath | 0.018s | |
🟡 | setSource | 0.018s | used internally |
🟢 | unmount | 0.019s | |
🟢 | write | 0.017s |
Method | Time | Details | |
🟢 | GlyphData | 0.017s | |
🟢 | Rasterizer | 0.018s | |
🟢 | newBMFontRasterizer | 0.018s | |
🟢 | newGlyphData | 0.018s | |
🟢 | newImageRasterizer | 0.017s | |
🟢 | newRasterizer | 0.018s | |
🟢 | newTrueTypeRasterizer | 0.019s |
Method | Time | Details | |
🟢 | Canvas | 0.039s | Expected Actual Expected Actual |
🟢 | Font | 0.011s | Expected Actual Expected Actual |
🟢 | Image | 0.019s | Expected Actual |
🟢 | Mesh | 0.018s | |
🟢 | ParticleSystem | 0.028s | Expected Actual |
🟢 | Quad | 0.021s | Expected Actual |
🟢 | Shader | 0.028s | Expected Actual |
🟢 | SpriteBatch | 0.037s | Expected Actual Expected Actual Expected Actual |
🟢 | Text | 0.014s | Expected Actual |
🟢 | Video | 0.770s | Expected Actual |
🟢 | applyTransform | 0.025s | Expected Actual |
🟢 | arc | 0.022s | Expected Actual Expected Actual Expected Actual |
🟢 | captureScreenshot | 0.184s | |
🟢 | circle | 0.027s | Expected Actual |
🟢 | clear | 0.035s | Expected Actual |
🟡 | discard | 0.014s | cant test this worked |
🟢 | draw | 0.020s | Expected Actual |
🟢 | drawInstanced | 0.038s | Expected Actual |
🟢 | drawLayer | 0.023s | Expected Actual |
🟢 | ellipse | 0.016s | Expected Actual |
🟢 | flushBatch | 0.016s | |
🟢 | getBackgroundColor | 0.017s | |
🟢 | getBlendMode | 0.018s | |
🟢 | getCanvas | 0.018s | |
🟢 | getColor | 0.018s | |
🟢 | getColorMask | 0.018s | |
🟢 | getDPIScale | 0.018s | |
🟢 | getDefaultFilter | 0.016s | |
🟢 | getDepthMode | 0.017s | |
🟢 | getDimensions | 0.018s | |
🟢 | getFont | 0.018s | |
🟢 | getFrontFaceWinding | 0.018s | |
🟢 | getHeight | 0.018s | |
🟢 | getLineJoin | 0.019s | |
🟢 | getLineStyle | 0.018s | |
🟢 | getLineWidth | 0.018s | |
🟢 | getMeshCullMode | 0.016s | |
🟢 | getPixelDimensions | 0.018s | |
🟢 | getPixelHeight | 0.018s | |
🟢 | getPixelWidth | 0.018s | |
🟢 | getPointSize | 0.018s | |
🟢 | getRendererInfo | 0.018s | |
🟢 | getScissor | 0.018s | |
🟢 | getShader | 0.017s | |
🟢 | getStackDepth | 0.017s | |
🟢 | getStats | 0.017s | |
🟢 | getStencilMode | 0.018s | |
🟢 | getSupported | 0.019s | |
🟢 | getSystemLimits | 0.016s | |
🟢 | getTextureFormats | 0.016s | |
🟢 | getTextureTypes | 0.018s | |
🟢 | getWidth | 0.017s | |
🟢 | intersectScissor | 0.020s | Expected Actual |
🟢 | inverseTransformPoint | 0.015s | |
🟢 | isActive | 0.016s | |
🟢 | isGammaCorrect | 0.016s | |
🟢 | isWireframe | 0.017s | |
🟢 | line | 0.034s | Expected Actual |
🟢 | newArrayImage | 0.014s | |
🟢 | newCanvas | 0.017s | |
🟢 | newCubeImage | 0.019s | |
🟢 | newFont | 0.017s | |
🟢 | newImage | 0.017s | |
🟢 | newImageFont | 0.018s | |
🟢 | newMesh | 0.016s | |
🟢 | newParticleSystem | 0.016s | |
🟢 | newQuad | 0.017s | |
🟢 | newShader | 0.023s | |
🟢 | newSpriteBatch | 0.019s | |
🟢 | newTextBatch | 0.018s | |
🟢 | newVideo | 0.021s | |
🟢 | newVolumeImage | 0.018s | |
🟢 | origin | 0.018s | Expected Actual |
🟢 | points | 0.026s | Expected Actual |
🟢 | polygon | 0.018s | Expected Actual |
🟢 | pop | 0.017s | Expected Actual |
🟢 | 0.022s | Expected Actual | |
🟢 | printf | 0.020s | Expected Actual |
🟢 | push | 0.019s | Expected Actual |
🟢 | rectangle | 0.024s | Expected Actual Expected Actual |
🟢 | replaceTransform | 0.017s | Expected Actual |
🟢 | reset | 0.016s | |
🟢 | rotate | 0.025s | Expected Actual |
🟢 | scale | 0.016s | |
🟢 | setBackgroundColor | 0.017s | |
🟢 | setBlendMode | 0.022s | Expected Actual |
🟢 | setCanvas | 0.017s | Expected Actual |
🟢 | setColor | 0.019s | Expected Actual |
🟢 | setColorMask | 0.027s | Expected Actual |
🟢 | setDefaultFilter | 0.018s | |
🟢 | setDepthMode | 0.018s | |
🟢 | setFont | 0.024s | Expected Actual |
🟢 | setFrontFaceWinding | 0.017s | |
🟢 | setLineJoin | 0.019s | Expected Actual |
🟢 | setLineStyle | 0.026s | Expected Actual |
🟢 | setLineWidth | 0.024s | Expected Actual |
🟢 | setMeshCullMode | 0.018s | |
🟢 | setScissor | 0.026s | Expected Actual |
🟢 | setShader | 0.024s | Expected Actual |
🟢 | setStencilMode | 0.018s | Expected Actual |
🟢 | setWireframe | 0.027s | Expected Actual |
🟢 | shear | 0.021s | Expected Actual Expected Actual |
🟢 | transformPoint | 0.017s | |
🟢 | translate | 0.032s | Expected Actual |
🟢 | validateShader | 0.019s |
Method | Time | Details | |
🟢 | CompressedImageData | 0.016s | |
🟢 | ImageData | 0.017s | |
🟢 | isCompressed | 0.016s | |
🟢 | newCompressedData | 0.017s | |
🟢 | newImageData | 0.018s |
Method | Time | Details | |
🟢 | getGamepadMappingString | 0.016s | |
🟢 | getJoystickCount | 0.015s | |
🟢 | getJoysticks | 0.016s | |
🟢 | loadGamepadMappings | 0.021s | |
🟢 | saveGamepadMappings | 0.021s | |
🟢 | setGamepadMapping | 0.017s |
Method | Time | Details | |
🟢 | getKeyFromScancode | 0.016s | |
🟢 | getScancodeFromKey | 0.018s | |
🟢 | hasKeyRepeat | 0.018s | |
🟢 | hasScreenKeyboard | 0.018s | |
🟢 | hasTextInput | 0.016s | |
🟢 | isDown | 0.015s | |
🟢 | isScancodeDown | 0.016s | |
🟢 | setKeyRepeat | 0.016s | |
🟢 | setTextInput | 0.017s |
Method | Time | Details | |
🟢 | errhand | 0.016s | |
🟢 | getVersion | 0.018s | |
🟢 | hasDeprecationOutput | 0.016s | |
🟢 | isVersionCompatible | 0.016s | |
🟢 | run | 0.015s | |
🟢 | setDeprecationOutput | 0.017s |
Method | Time | Details | |
🟢 | BezierCurve | 0.018s | |
🟢 | RandomGenerator | 0.017s | |
🟢 | Transform | 0.018s | |
🟢 | colorFromBytes | 0.017s | |
🟢 | colorToBytes | 0.017s | |
🟢 | gammaToLinear | 0.016s | |
🟢 | getRandomSeed | 0.015s | |
🟢 | getRandomState | 0.017s | |
🟢 | isConvex | 0.018s | |
🟢 | linearToGamma | 0.016s | |
🟢 | newBezierCurve | 0.016s | |
🟢 | newRandomGenerator | 0.018s | |
🟢 | newTransform | 0.017s | |
🟢 | perlinNoise | 0.015s | |
🟢 | random | 0.016s | |
🟢 | randomNormal | 0.016s | |
🟢 | setRandomSeed | 0.017s | |
🟢 | setRandomState | 0.016s | |
🟢 | simplexNoise | 0.018s | |
🟢 | triangulate | 0.017s |
Method | Time | Details | |
🟢 | getCursor | 0.018s | |
🟢 | getPosition | 0.018s | |
🟢 | getRelativeMode | 0.017s | |
🟢 | getSystemCursor | 0.015s | |
🟢 | getX | 0.017s | |
🟢 | getY | 0.017s | |
🟢 | isCursorSupported | 0.016s | |
🟢 | isDown | 0.018s | |
🟢 | isGrabbed | 0.017s | |
🟢 | isVisible | 0.018s | |
🟢 | newCursor | 0.017s | |
🟢 | setCursor | 0.017s | |
🟢 | setGrabbed | 0.016s | |
🟢 | setPosition | 0.016s | |
🟢 | setRelativeMode | 0.016s | |
🟢 | setVisible | 0.016s | |
🟢 | setX | 0.015s | |
🟢 | setY | 0.018s |
Method | Time | Details | |
🟢 | Body | 0.017s | |
🟢 | Contact | 0.018s | |
🟢 | Joint | 0.017s | |
🟢 | Shape | 0.016s | |
🟢 | World | 0.016s | |
🟢 | getDistance | 0.016s | |
🟢 | getMeter | 0.015s | |
🟢 | newBody | 0.018s | |
🟢 | newChainShape | 0.016s | |
🟢 | newCircleShape | 0.018s | |
🟢 | newDistanceJoint | 0.016s | |
🟢 | newEdgeShape | 0.016s | |
🟢 | newFrictionJoint | 0.018s | |
🟢 | newGearJoint | 0.018s | |
🟢 | newMotorJoint | 0.016s | |
🟢 | newMouseJoint | 0.016s | |
🟢 | newPolygonShape | 0.016s | |
🟢 | newPrismaticJoint | 0.016s | |
🟢 | newPulleyJoint | 0.018s | |
🟢 | newRectangleShape | 0.017s | |
🟢 | newRevoluteJoint | 0.018s | |
🟢 | newRopeJoint | 0.018s | |
🟢 | newWeldJoint | 0.015s | |
🟢 | newWheelJoint | 0.016s | |
🟢 | newWorld | 0.016s | |
🟢 | setMeter | 0.017s |
Method | Time | Details | |
🟢 | hasSensor | 0.016s |
Method | Time | Details | |
🟢 | Decoder | 0.019s | |
🟢 | SoundData | 0.019s | |
🟢 | newDecoder | 0.017s | |
🟢 | newSoundData | 0.017s |
Method | Time | Details | |
🟢 | getClipboardText | 0.018s | |
🟢 | getOS | 0.018s | |
🟢 | getPowerInfo | 0.016s | |
🟢 | getProcessorCount | 0.016s | |
🟢 | hasBackgroundMusic | 0.017s | |
🟡 | openURL | 0.016s | cant test this worked |
🟢 | setClipboardText | 0.018s | |
🟡 | vibrate | 0.017s | cant test this worked |
Method | Time | Details | |
🟢 | Channel | 0.237s | |
🟢 | Thread | 0.085s | |
🟢 | getChannel | 0.006s | |
🟢 | newChannel | 0.019s | |
🟢 | newThread | 0.018s |
Method | Time | Details | |
🟢 | getAverageDelta | 0.015s | |
🟢 | getDelta | 0.018s | |
🟢 | getFPS | 0.017s | |
🟢 | getTime | 1.017s | |
🟢 | sleep | 1.003s | |
🟢 | step | 0.003s |
Method | Time | Details | |
🟢 | getPosition | 0.002s | |
🟢 | getPressure | 0.002s | |
🟢 | getTouches | 0.019s |
Method | Time | Details | |
🟢 | VideoStream | 0.019s | |
🟢 | newVideoStream | 0.020s |
Method | Time | Details | |
🟢 | fromPixels | 0.017s | |
🟢 | getDPIScale | 0.018s | |
🟢 | getDesktopDimensions | 0.016s | |
🟢 | getDisplayCount | 0.016s | |
🟢 | getDisplayName | 0.016s | |
🟢 | getDisplayOrientation | 0.016s | |
🟢 | getFullscreen | 1.109s | |
🟢 | getFullscreenModes | 0.005s | |
🟢 | getIcon | 0.021s | |
🟢 | getMode | 0.016s | |
🟢 | getPosition | 0.017s | |
🟢 | getSafeArea | 0.018s | |
🟢 | getTitle | 0.017s | |
🟢 | getVSync | 0.017s | |
🟢 | hasFocus | 0.017s | |
🟢 | hasMouseFocus | 0.017s | |
🟢 | isDisplaySleepEnabled | 0.018s | |
🟢 | isMaximized | 0.185s | |
🟢 | isMinimized | 0.726s | |
🟢 | isOpen | 0.002s | |
🟢 | isVisible | 0.002s | |
🟢 | maximize | 0.159s | |
🟢 | minimize | 0.727s | |
🟡 | requestAttention | 0.015s | cant test this worked |
🟢 | restore | 0.866s | |
🟢 | setDisplaySleepEnabled | 0.019s | |
🟢 | setFullscreen | 1.328s | |
🟢 | setIcon | 0.015s | |
🟢 | setMode | 0.020s | |
🟢 | setPosition | 0.182s | |
🟢 | setTitle | 0.017s | |
🟢 | setVSync | 0.017s | |
🟡 | showMessageBox | 0.001s | cant test this worked |
🟢 | toPixels | 0.001s | |
🟢 | updateMode | 0.009s | |
🟢 | z_close | 0.034s |
Method | Time | Details | |
🟢 | RecordingDevice | 0.816s | |
🟢 | Source | 0.021s | |
🟢 | getActiveEffects | 0.018s | |
🟢 | getActiveSourceCount | 0.018s | |
🟢 | getDistanceModel | 0.017s | |
🟢 | getDopplerScale | 0.017s | |
🟢 | getEffect | 0.016s | |
🟢 | getMaxSceneEffects | 0.017s | |
🟢 | getMaxSourceEffects | 0.017s | |
🟢 | getOrientation | 0.017s | |
🟢 | getPlaybackDevice | 0.017s | |
🟢 | getPlaybackDevices | 0.017s | |
🟢 | getPosition | 0.017s | |
🟢 | getRecordingDevices | 0.017s | |
🟢 | getVelocity | 0.017s | |
🟢 | getVolume | 0.017s | |
🟢 | isEffectsSupported | 0.017s | |
🟢 | newQueueableSource | 0.017s | |
🟢 | newSource | 0.018s | |
🟢 | pause | 0.018s | |
🟢 | play | 0.018s | |
🟢 | setDistanceModel | 0.017s | |
🟢 | setDopplerScale | 0.017s | |
🟢 | setEffect | 0.017s | |
🟢 | setMixWithSystem | 0.017s | |
🟢 | setOrientation | 0.017s | |
🟢 | setPlaybackDevice | 0.017s | |
🟢 | setPosition | 0.017s | |
🟢 | setVelocity | 0.017s | |
🟢 | setVolume | 0.017s | |
🟢 | stop | 0.018s |
Method | Time | Details | |
🟢 | ByteData | 0.017s | |
🟢 | CompressedData | 0.017s | |
🟢 | compress | 0.016s | |
🟢 | decode | 0.017s | |
🟢 | decompress | 0.013s | |
🟢 | encode | 0.017s | |
🟢 | getPackedSize | 0.015s | |
🟢 | hash | 0.019s | |
🟢 | newByteData | 0.017s | |
🟢 | newDataView | 0.017s | |
🟢 | pack | 0.017s | |
🟢 | unpack | 0.018s |
Method | Time | Details | |
🟢 | clear | 0.017s | |
🟢 | poll | 0.017s | |
🟡 | pump | 0.016s | used internally |
🟢 | push | 0.017s | |
🟢 | quit | 0.016s | |
🟡 | wait | 0.018s | used internally |
Method | Time | Details | |
🟢 | File | 0.018s | |
🟢 | FileData | 0.017s | |
🟢 | append | 0.019s | |
🟢 | areSymlinksEnabled | 0.017s | |
🟢 | createDirectory | 0.018s | |
🟢 | getAppdataDirectory | 0.017s | |
🟢 | getCRequirePath | 0.016s | |
🟢 | getDirectoryItems | 0.019s | |
🟢 | getFullCommonPath | 0.017s | |
🟢 | getIdentity | 0.017s | |
🟢 | getInfo | 0.019s | |
🟢 | getRealDirectory | 0.018s | |
🟢 | getRequirePath | 0.016s | |
🟢 | getSaveDirectory | 0.017s | |
🟡 | getSource | 0.018s | used internally |
🟢 | getSourceBaseDirectory | 0.017s | |
🟢 | getUserDirectory | 0.016s | |
🟢 | getWorkingDirectory | 0.018s | |
🟢 | isFused | 0.018s | |
🟢 | lines | 0.017s | |
🟢 | load | 0.018s | |
🟢 | mount | 0.017s | |
🟢 | mountCommonPath | 0.017s | |
🟢 | mountFullPath | 0.017s | |
🟢 | newFileData | 0.016s | |
🟢 | openFile | 0.017s | |
🟢 | read | 0.017s | |
🟢 | remove | 0.019s | |
🟢 | setCRequirePath | 0.017s | |
🟢 | setIdentity | 0.016s | |
🟢 | setRequirePath | 0.017s | |
🟡 | setSource | 0.016s | used internally |
🟢 | unmount | 0.018s | |
🟢 | unmountFullPath | 0.016s | |
🟢 | write | 0.018s |
Method | Time | Details | |
🟢 | GlyphData | 0.016s | |
🟢 | Rasterizer | 0.018s | |
🟢 | newBMFontRasterizer | 0.016s | |
🟢 | newGlyphData | 0.016s | |
🟢 | newImageRasterizer | 0.017s | |
🟢 | newRasterizer | 0.017s | |
🟢 | newTrueTypeRasterizer | 0.016s |
Method | Time | Details | |
🟢 | Buffer | 0.017s | |
🟢 | Canvas | 0.086s | Expected Actual Expected Actual |
🟢 | Font | 0.021s | Expected Actual Expected Actual |
🟢 | Image | 0.041s | Expected Actual |
🟢 | Mesh | 0.018s | |
🟢 | ParticleSystem | 0.040s | Expected Actual |
🟢 | Quad | 0.025s | Expected Actual |
🔴 | Shader | 0.028s | assert 4 [check shader valid] expected '' got 'vertex shader:
+pixel shader:
+' Expected Actual |
🟡 | ShaderStorageBuffer | 0.017s | GLSL 4 and shader storage buffers are not supported on this system |
🟢 | SpriteBatch | 0.085s | Expected Actual Expected Actual Expected Actual |
🟢 | Text | 0.026s | Expected Actual |
🟢 | Video | 0.885s | Expected Actual |
🟢 | applyTransform | 0.034s | Expected Actual |
🟢 | arc | 0.021s | Expected Actual Expected Actual Expected Actual |
🟢 | captureScreenshot | 0.349s | |
🟢 | circle | 0.018s | Expected Actual |
🟢 | clear | 0.018s | Expected Actual |
🟡 | discard | 0.017s | cant test this worked |
🟢 | draw | 0.032s | Expected Actual |
🟢 | drawInstanced | 0.034s | Expected Actual |
🟢 | drawLayer | 0.031s | Expected Actual |
🟢 | ellipse | 0.019s | Expected Actual |
🟢 | flushBatch | 0.018s | |
🟢 | getBackgroundColor | 0.017s | |
🟢 | getBlendMode | 0.017s | |
🟢 | getCanvas | 0.017s | |
🟢 | getColor | 0.017s | |
🟢 | getColorMask | 0.017s | |
🟢 | getDPIScale | 0.016s | |
🟢 | getDefaultFilter | 0.016s | |
🟢 | getDepthMode | 0.016s | |
🟢 | getDimensions | 0.017s | |
🟢 | getFont | 0.017s | |
🟢 | getFrontFaceWinding | 0.017s | |
🟢 | getHeight | 0.016s | |
🟢 | getLineJoin | 0.017s | |
🟢 | getLineStyle | 0.017s | |
🟢 | getLineWidth | 0.017s | |
🟢 | getMeshCullMode | 0.017s | |
🟢 | getPixelDimensions | 0.017s | |
🟢 | getPixelHeight | 0.018s | |
🟢 | getPixelWidth | 0.016s | |
🟢 | getPointSize | 0.017s | |
🟢 | getRendererInfo | 0.016s | |
🟢 | getScissor | 0.017s | |
🟢 | getShader | 0.016s | |
🟢 | getStackDepth | 0.018s | |
🟢 | getStats | 0.017s | |
🟢 | getStencilState | 0.017s | |
🟢 | getSupported | 0.017s | |
🟢 | getSystemLimits | 0.017s | |
🟢 | getTextureFormats | 0.017s | |
🟢 | getTextureTypes | 0.017s | |
🟢 | getWidth | 0.017s | |
🟢 | intersectScissor | 0.018s | Expected Actual |
🟢 | inverseTransformPoint | 0.017s | |
🟢 | isActive | 0.017s | |
🟢 | isGammaCorrect | 0.017s | |
🟢 | isWireframe | 0.017s | |
🟢 | line | 0.018s | Expected Actual |
🟢 | newArrayImage | 0.018s | |
🟢 | newCanvas | 0.017s | |
🟢 | newCubeImage | 0.020s | |
🟢 | newFont | 0.018s | |
🟢 | newImage | 0.016s | |
🟢 | newImageFont | 0.018s | |
🟢 | newMesh | 0.017s | |
🟢 | newParticleSystem | 0.017s | |
🟢 | newQuad | 0.017s | |
🟢 | newShader | 0.028s | |
🟢 | newSpriteBatch | 0.017s | |
🟢 | newTextBatch | 0.018s | |
🟢 | newVideo | 0.021s | |
🟢 | newVolumeImage | 0.018s | |
🟢 | origin | 0.019s | Expected Actual |
🟢 | points | 0.022s | Expected Actual |
🟢 | polygon | 0.017s | Expected Actual |
🟢 | pop | 0.017s | Expected Actual |
🟢 | 0.028s | Expected Actual | |
🟢 | printf | 0.020s | Expected Actual |
🟢 | push | 0.019s | Expected Actual |
🟢 | rectangle | 0.024s | Expected Actual Expected Actual |
🟢 | replaceTransform | 0.020s | Expected Actual |
🟢 | reset | 0.017s | |
🟢 | rotate | 0.035s | Expected Actual |
🟢 | scale | 0.019s | Expected Actual |
🟢 | setBackgroundColor | 0.017s | |
🟢 | setBlendMode | 0.038s | Expected Actual |
🟢 | setCanvas | 0.018s | Expected Actual |
🟢 | setColor | 0.020s | Expected Actual |
🟢 | setColorMask | 0.028s | Expected Actual |
🟢 | setDefaultFilter | 0.017s | |
🟢 | setDepthMode | 0.017s | |
🟢 | setFont | 0.020s | Expected Actual |
🟢 | setFrontFaceWinding | 0.017s | |
🟢 | setLineJoin | 0.033s | Expected Actual |
🟢 | setLineStyle | 0.019s | Expected Actual |
🟢 | setLineWidth | 0.019s | Expected Actual |
🟢 | setMeshCullMode | 0.018s | |
🟢 | setScissor | 0.019s | Expected Actual |
🟢 | setShader | 0.031s | Expected Actual |
🟢 | setStencilState | 0.018s | Expected Actual |
🟢 | setWireframe | 0.018s | Expected Actual |
🟢 | shear | 0.020s | Expected Actual Expected Actual |
🟢 | transformPoint | 0.017s | |
🟢 | translate | 0.018s | Expected Actual |
🟢 | validateShader | 0.026s |
Method | Time | Details | |
🟢 | CompressedImageData | 0.017s | |
🟢 | ImageData | 0.026s | |
🟢 | isCompressed | 0.017s | |
🟢 | newCompressedData | 0.017s | |
🟢 | newImageData | 0.017s |
Method | Time | Details | |
🟢 | getGamepadMappingString | 0.017s | |
🟢 | getJoystickCount | 0.017s | |
🟢 | getJoysticks | 0.017s | |
🟢 | loadGamepadMappings | 0.023s | |
🟢 | saveGamepadMappings | 0.024s | |
🟢 | setGamepadMapping | 0.018s |
Method | Time | Details | |
🟢 | getKeyFromScancode | 0.016s | |
🟢 | getScancodeFromKey | 0.018s | |
🟢 | hasKeyRepeat | 0.018s | |
🟢 | hasScreenKeyboard | 0.017s | |
🟢 | hasTextInput | 0.017s | |
🟢 | isDown | 0.017s | |
🟢 | isModifierActive | 0.017s | |
🟢 | isScancodeDown | 0.018s | |
🟢 | setKeyRepeat | 0.018s | |
🟢 | setTextInput | 0.017s |
Method | Time | Details | |
🟢 | errhand | 0.017s | |
🟢 | getVersion | 0.016s | |
🟢 | hasDeprecationOutput | 0.017s | |
🟢 | isVersionCompatible | 0.017s | |
🟢 | run | 0.017s | |
🟢 | setDeprecationOutput | 0.017s |
Method | Time | Details | |
🟢 | BezierCurve | 0.017s | |
🟢 | RandomGenerator | 0.016s | |
🟢 | Transform | 0.016s | |
🟢 | colorFromBytes | 0.017s | |
🟢 | colorToBytes | 0.016s | |
🟢 | gammaToLinear | 0.017s | |
🟢 | getRandomSeed | 0.018s | |
🟢 | getRandomState | 0.016s | |
🟢 | isConvex | 0.017s | |
🟢 | linearToGamma | 0.017s | |
🟢 | newBezierCurve | 0.016s | |
🟢 | newRandomGenerator | 0.017s | |
🟢 | newTransform | 0.016s | |
🟢 | perlinNoise | 0.017s | |
🟢 | random | 0.017s | |
🟢 | randomNormal | 0.017s | |
🟢 | setRandomSeed | 0.017s | |
🟢 | setRandomState | 0.017s | |
🟢 | simplexNoise | 0.017s | |
🟢 | triangulate | 0.017s |
Method | Time | Details | |
🟢 | getCursor | 0.016s | |
🟢 | getPosition | 0.017s | |
🟢 | getRelativeMode | 0.016s | |
🟢 | getSystemCursor | 0.017s | |
🟢 | getX | 0.017s | |
🟢 | getY | 0.016s | |
🟢 | isCursorSupported | 0.017s | |
🟢 | isDown | 0.016s | |
🟢 | isGrabbed | 0.017s | |
🟢 | isVisible | 0.017s | |
🟢 | newCursor | 0.016s | |
🟢 | setCursor | 0.017s | |
🔴 | setGrabbed | 0.016s | assert 2 [check now grabbed] expected 'true' got 'false' |
🟢 | setPosition | 0.018s | |
🟢 | setRelativeMode | 0.017s | |
🟢 | setVisible | 0.018s | |
🟢 | setX | 0.018s | |
🟢 | setY | 0.017s |
Method | Time | Details | |
🟢 | Body | 0.017s | |
🟢 | Contact | 0.018s | |
🟢 | Joint | 0.017s | |
🟢 | Shape | 0.017s | |
🟢 | World | 0.016s | |
🟢 | getDistance | 0.017s | |
🟢 | getMeter | 0.017s | |
🟢 | newBody | 0.017s | |
🟢 | newChainShape | 0.013s | |
🟢 | newCircleShape | 0.017s | |
🟢 | newDistanceJoint | 0.017s | |
🟢 | newEdgeShape | 0.017s | |
🟢 | newFrictionJoint | 0.017s | |
🟢 | newGearJoint | 0.018s | |
🟢 | newMotorJoint | 0.017s | |
🟢 | newMouseJoint | 0.016s | |
🟢 | newPolygonShape | 0.017s | |
🟢 | newPrismaticJoint | 0.017s | |
🟢 | newPulleyJoint | 0.016s | |
🟢 | newRectangleShape | 0.018s | |
🟢 | newRevoluteJoint | 0.017s | |
🟢 | newRopeJoint | 0.017s | |
🟢 | newWeldJoint | 0.017s | |
🟢 | newWheelJoint | 0.018s | |
🟢 | newWorld | 0.018s | |
🟢 | setMeter | 0.016s |
Method | Time | Details | |
🟢 | hasSensor | 0.017s |
Method | Time | Details | |
🟢 | Decoder | 0.018s | |
🟢 | SoundData | 0.022s | |
🟢 | newDecoder | 0.017s | |
🟢 | newSoundData | 0.019s |
Method | Time | Details | |
🟢 | getClipboardText | 0.016s | |
🟢 | getOS | 0.017s | |
🟢 | getPowerInfo | 0.017s | |
🟢 | getPreferredLocales | 0.017s | |
🟢 | getProcessorCount | 0.016s | |
🟢 | hasBackgroundMusic | 0.017s | |
🟡 | openURL | 0.017s | cant test this worked |
🟢 | setClipboardText | 0.016s | |
🟡 | vibrate | 0.016s | cant test this worked |
Method | Time | Details | |
🟢 | Channel | 0.231s | |
🟢 | Thread | 0.024s | |
🟢 | getChannel | 0.018s | |
🟢 | newChannel | 0.017s | |
🟢 | newThread | 0.015s |
Method | Time | Details | |
🟢 | getAverageDelta | 0.017s | |
🟢 | getDelta | 0.016s | |
🟢 | getFPS | 0.015s | |
🟢 | getTime | 0.118s | |
🟢 | sleep | 0.117s | |
🟢 | step | 0.016s |
Method | Time | Details | |
🟢 | getPosition | 0.017s | |
🟢 | getPressure | 0.018s | |
🟢 | getTouches | 0.017s |
Method | Time | Details | |
🟢 | VideoStream | 0.018s | |
🟢 | newVideoStream | 0.020s |
Method | Time | Details | |
🟢 | focus | 0.017s | |
🟢 | fromPixels | 0.017s | |
🟢 | getDPIScale | 0.017s | |
🟢 | getDesktopDimensions | 0.016s | |
🟢 | getDisplayCount | 0.016s | |
🟢 | getDisplayName | 0.016s | |
🟢 | getDisplayOrientation | 0.016s | |
🟢 | getFullscreen | 1.351s | |
🟢 | getFullscreenModes | 0.013s | |
🟢 | getIcon | 0.019s | |
🟢 | getMode | 0.017s | |
🟢 | getPosition | 0.017s | |
🟢 | getSafeArea | 0.017s | |
🟢 | getTitle | 0.018s | |
🟢 | getVSync | 0.016s | |
🟢 | hasFocus | 0.017s | |
🟢 | hasMouseFocus | 0.017s | |
🟢 | isDisplaySleepEnabled | 0.016s | |
🟢 | isMaximized | 0.186s | |
🟢 | isMinimized | 0.816s | |
🟢 | isOpen | 0.014s | |
🟢 | isVisible | 0.017s | |
🟢 | maximize | 0.186s | |
🟢 | minimize | 0.807s | |
🟡 | requestAttention | 0.016s | cant test this worked |
🟢 | restore | 0.966s | |
🟢 | setDisplaySleepEnabled | 0.018s | |
🟢 | setFullscreen | 1.356s | |
🟢 | setIcon | 0.015s | |
🟢 | setMode | 0.020s | |
🟢 | setPosition | 0.183s | |
🟢 | setTitle | 0.018s | |
🟢 | setVSync | 0.015s | |
🟡 | showMessageBox | 0.002s | cant test this worked |
🟢 | toPixels | 0.002s | |
🟢 | updateMode | 0.010s |