Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate a thorough suite of compile-fail tests that verify safety features of our rooting analysis #14903
Labels
Comments
|
Ping? |
|
@DemiMarie Comments like "ping" are not useful. If you have a question, please ask that. Assume that no activity in an issue means that nobody has put effort into it. |
|
@jdm Sorry, and thanks for the explanation. I apologize. |
|
We wrote such tests. |
|
I would like to leave this open; it is hardly comprehensive. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have the ability to write tests that verify that they do not compile. We should figure out what setup is necessary to write tests that verify that dangerous DOM constructs do not compile, make it as easy as possible to write these tests, and then systematically create a testsuite to protect us against accidental weakening of our static analysis.
Tentatively assigning this work to @Ms2ger as part of the "fix all known JS crashes" effort for this quarter.