- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 583
 
Fix Object.is when providing BigInt values #2183
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
Conversation
| 
           I don't know why the build did fail. The log shows that no tests failed, however the test process returned a non-zero exit code. Is this a known issue? The logs  | 
    
| 
           If you rebase against latest main the tools should be able to run properly. NET 8 is no longer present in runner and test262 generator didn't have a roll-forward policy.  | 
    
| 
           Looks like that fixed it - almost 😆. Looks like a flaky test now got in my way.  | 
    
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.
LGTM, thank you!
Object.isusesJsValue.SameValue()to compare two values. However,JsValue.SameValue()did not compareJsBigIntvalues.The new test method
ObjectIsReturnsTrueForSameBigIntsfails without the change toJsValue.SameValue();