mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 4100d1d51b885185c50902397f7d203d89efc24c
This commit is contained in:
parent
fd174c54ef
commit
35b828da75
91 changed files with 1843 additions and 298 deletions
|
@ -57,6 +57,11 @@ class PathLength(Rule):
|
|||
description = "/%s longer than maximum path length (%d > 150)"
|
||||
|
||||
|
||||
class FileType(Rule):
|
||||
name = "FILE TYPE"
|
||||
description = "/%s is an unsupported file type (%s)"
|
||||
|
||||
|
||||
class WorkerCollision(Rule):
|
||||
name = "WORKER COLLISION"
|
||||
description = ("path ends with %s which collides with generated tests "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue