-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix namespace set test #2574
fix namespace set test #2574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching my copy and pasta!
The error from JSC is interesting. cc @rkirsling |
It seems like recent JSC change makes EDIT: It is r259587 to blame. |
all the tests captured here are not using the WebKit's Runner.pm but test262-harness. One should not affect the other for sure. I don't have access to test262.report's code but it seems like something @rwaldron could get fixed or adjusted. |
A stack trace from
Seems like a different |
@shvaikalesh I think that one is just because there's legitimately no With local clones of test262 and test262-harness:
|
Thank you @rkirsling. With great help of $262.IsHTMLDDA = function() {}; line, which legitimately fails because Also, since |
Edits ~300 Temporal tests to account for changes in tc39/proposal-temporal#2574. A subsequent commit will fix the remaining ~40 broken tests after we figure out how to adapt our Proxy-based observability test implementation to the no-object-coercion restrictions added in tc39#2574.
Edits ~300 Temporal tests to account for changes in tc39/proposal-temporal#2574. A subsequent commit will fix the remaining ~40 broken tests after we figure out how to adapt our Proxy-based observability test implementation to the no-object-coercion restrictions added in tc39#2574.
Edits ~300 Temporal tests to account for changes in tc39/proposal-temporal#2574. A subsequent commit will fix the remaining ~40 broken tests after we figure out how to adapt our Proxy-based observability test implementation to the no-object-coercion restrictions added in tc39#2574.
Edits ~300 Temporal tests to account for changes in tc39/proposal-temporal#2574. A subsequent commit will fix the remaining ~40 broken tests after we figure out how to adapt our Proxy-based observability test implementation to the no-object-coercion restrictions added in tc39#2574.
Edits ~300 Temporal tests to account for changes in tc39/proposal-temporal#2574. A subsequent commit will fix the remaining ~40 broken tests after we figure out how to adapt our Proxy-based observability test implementation to the no-object-coercion restrictions added in tc39#2574.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
Edits Temporal tests to account for changes in tc39/proposal-temporal#2574. This PR stops coercing non-string primitive inputs to strings in Temporal methods, to avoid cases where numbers are coerced to syntactically valid but often unexpected string results.
No description provided.