This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Commit 76da668
committed
test: Updated baseline for chakracore
* test-require-json.js : We have modified the error message
we throw.
* test-util-inspect.js : This is interesting. Correct behavior is what
I updated to now because `Promise` object has been overwritten by
function. However earlier, we would hit the assert only if I add
`console.log(Promise)` right before assert statement. I didn't spend
much time but updated the baseline with correct behavior.
PR-URL: #109
Reviewed-By: Jianchun Xu <Jianchun.Xu@microsoft.com>1 parent 0bddd5d commit 76da668
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
585 | 586 | | |
586 | 587 | | |
587 | | - | |
| 588 | + | |
588 | 589 | | |
589 | 590 | | |
590 | 591 | | |
| |||
0 commit comments