-
- Downloads
Test for change to cache templates by site, not contents (#972)
* Test for change to cache templates by site, not contents These tests are against a specification change based on discussion in https://github.com/tc39/ecma262/issues/840 The tests here passed on SpiderMonkey but failed on other implementations, which implement the current specification. * Add a test that caching is by source location, not function identity * Update existing tests to reference the spec properly
Showing
- test/language/expressions/tagged-template/cache-different-functions-same-site.js 38 additions, 0 deletions...ns/tagged-template/cache-different-functions-same-site.js
- test/language/expressions/tagged-template/cache-differing-expressions-eval.js 6 additions, 7 deletions...sions/tagged-template/cache-differing-expressions-eval.js
- test/language/expressions/tagged-template/cache-differing-expressions-new-function.js 7 additions, 8 deletions...gged-template/cache-differing-expressions-new-function.js
- test/language/expressions/tagged-template/cache-differing-expressions.js 6 additions, 6 deletions...xpressions/tagged-template/cache-differing-expressions.js
- test/language/expressions/tagged-template/cache-differing-raw-strings.js 6 additions, 5 deletions...xpressions/tagged-template/cache-differing-raw-strings.js
- test/language/expressions/tagged-template/cache-differing-string-count.js 6 additions, 5 deletions...pressions/tagged-template/cache-differing-string-count.js
- test/language/expressions/tagged-template/cache-identical-source-eval.js 7 additions, 7 deletions...xpressions/tagged-template/cache-identical-source-eval.js
- test/language/expressions/tagged-template/cache-identical-source-new-function.js 7 additions, 7 deletions...ns/tagged-template/cache-identical-source-new-function.js
- test/language/expressions/tagged-template/cache-identical-source.js 8 additions, 7 deletions...age/expressions/tagged-template/cache-identical-source.js
- test/language/expressions/tagged-template/cache-realm.js 1 addition, 2 deletionstest/language/expressions/tagged-template/cache-realm.js
- test/language/expressions/tagged-template/cache-same-site-top-level.js 31 additions, 0 deletions.../expressions/tagged-template/cache-same-site-top-level.js
- test/language/expressions/tagged-template/cache-same-site.js 36 additions, 0 deletionstest/language/expressions/tagged-template/cache-same-site.js
Loading
Please register or sign in to comment