forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues in wai-aria-tools/make_tests.pl and regenerate tests (web-…
…platform-tests#7476) * wai-aria/tools: Remove obsolete code from make_tests.pl The code block intended to "massage the data to make it more sensible" is no longer needed. It was only being applied to ATK and was a means to work around some test-author errors. The correct solution is to fix the assertions prior to generating the test files. Furthermore, removing this code and regenerating the tests is resulting in no changes to the test files. * wai-aria/tools: Don't include empty assertions in test steps When empty assertions appear in a test step, it can result in a FAIL ("No results reported from ATTA; expected true got false"). When a particular platform has no assertions associated with a particular step, the result should be NOTRUN. Removing the empty assertions fixes the erroneous FAILs. * Core-AAM: Regenerate tests after fixing the empty-assertion bug in make_tests.pl * WAI-ARIA: Regenerate tests after fixing the empty-assertion bug in make_tests.pl
- Loading branch information
1 parent
fbfb057
commit d2c1a19
Showing
33 changed files
with
18 additions
and
117 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -82,7 +82,6 @@ | |
"[test]" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,6 @@ | |
{ | ||
"element" : "cell", | ||
"test" : { | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"result", | ||
|
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 |
---|---|---|
|
@@ -64,7 +64,6 @@ | |
"[test]" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"relation", | ||
|
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 |
---|---|---|
|
@@ -82,7 +82,6 @@ | |
"[test]" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"relation", | ||
|
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 |
---|---|---|
|
@@ -56,7 +56,6 @@ | |
{ | ||
"element" : "checkbox", | ||
"test" : { | ||
"AXAPI" : [], | ||
"MSAA" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -64,7 +64,6 @@ | |
"[test]" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"relation", | ||
|
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 |
---|---|---|
|
@@ -64,7 +64,6 @@ | |
"[test]" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"relation", | ||
|
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 |
---|---|---|
|
@@ -88,7 +88,6 @@ | |
"[test]" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"relation", | ||
|
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 |
---|---|---|
|
@@ -76,7 +76,6 @@ | |
"container-live:assertive" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -76,7 +76,6 @@ | |
"container-live:off" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -76,7 +76,6 @@ | |
"container-live:polite" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -48,7 +48,6 @@ | |
{ | ||
"element" : "group", | ||
"test" : { | ||
"ATK" : [], | ||
"AXAPI" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -48,7 +48,6 @@ | |
{ | ||
"element" : "group", | ||
"test" : { | ||
"ATK" : [], | ||
"AXAPI" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -70,7 +70,6 @@ | |
"[test]" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"relation", | ||
|
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 |
---|---|---|
|
@@ -63,8 +63,7 @@ | |
"doesNotContain", | ||
"STATE_CHECKABLE" | ||
] | ||
], | ||
"AXAPI" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -76,7 +76,6 @@ | |
"container-relevant:additions" | ||
] | ||
], | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"property", | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,6 @@ | |
{ | ||
"element" : "row", | ||
"test" : { | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"result", | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,6 @@ | |
{ | ||
"element" : "row", | ||
"test" : { | ||
"AXAPI" : [], | ||
"IAccessible2" : [ | ||
[ | ||
"result", | ||
|
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 |
---|---|---|
|
@@ -101,8 +101,7 @@ | |
"is", | ||
"true" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -101,8 +101,7 @@ | |
"is", | ||
"false" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -71,8 +71,7 @@ | |
"contains", | ||
"IA2_RELATION_DETAILS_FOR" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -71,8 +71,7 @@ | |
"contains", | ||
"IA2_RELATION_DETAILS_FOR" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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
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 |
---|---|---|
|
@@ -101,8 +101,7 @@ | |
"is", | ||
"true" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -101,8 +101,7 @@ | |
"is", | ||
"false" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -101,8 +101,7 @@ | |
"is", | ||
"true" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -71,8 +71,7 @@ | |
"contains", | ||
"IA2_RELATION_ERROR_FOR" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -71,8 +71,7 @@ | |
"doesNotContain", | ||
"IA2_RELATION_ERROR_FOR" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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
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 |
---|---|---|
|
@@ -108,8 +108,7 @@ | |
"is", | ||
"4" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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 |
---|---|---|
|
@@ -108,8 +108,7 @@ | |
"is", | ||
"4" | ||
] | ||
], | ||
"UIA" : [] | ||
] | ||
}, | ||
"title" : "step 2", | ||
"type" : "test" | ||
|
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
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