Skip to content

TestFramework: [VM and YYC] fx_create_test #4 in BasicFiltersEffectsTestSuite, fx_create('_filter_large_blur'), failed to create builtin effect #304

@ksuchitra532

Description

@ksuchitra532

Workflow Artifact URL

https://github.com/YoYoGames/GM-TestFramework/actions/runs/19034620428/artifacts/4448751229

Test Code

	addFact("fx_create_test #4", function() {

		var output;

		// ### VALID ###
				
		output = fx_create("_filter_large_blur");
		assert_not_equals(output, -1, "fx_create('_filter_large_blur'), failed to create builtin effect");
		assert_typeof(output, "struct", "fx_create('_filter_large_blur'), failed to return correct value type");
		
	});

Output From The Test

Test Name: fx_create_test #4
Title: Assert values to not be equal
Description: fx_create('_filter_large_blur'), failed to create builtin effect
Expected Value: -1.0
Actual Value: -1.0
Stack: gml_Script_anon@1186@BasicFiltersEffectsTestSuite@BasicFiltersEffectsTestSuite

Runtime Version

2024.1400.1.901

Location Of The Test

https://github.com/YoYoGames/GM-TestFramework/blob/develop/projects/xUnit/scripts/BasicFiltersEffectsTestSuite/BasicFiltersEffectsTestSuite.gml#L43-L53

Which platform(s) are you seeing the problem on?

Windows

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions