This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test-assert-checktag : This is because of our implementation of `global` with proxy. `Object.getPrototypeOf(global)` returns `global` object and this fails setting the value. I was not sure reasoning behind it. For now just skip the test. * test-process-env-symbols : This is chakrashim bug because of which other test cases are failing. I tried fixing it but there were other failures because of that. Basically `HasProperty` of `EnvGetter` returns `undefined` if it is symbol. But in chakrashim, we think that it is a valid value and return true. * test-util-format : This should be removed, once my PR merges in nodejs/node PR-URL: #186 Reviewed-By: Hitesh Kanwathirtha <[email protected]>
- Loading branch information