Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

Tamarin Test Score Card

jeffdyer edited this page Mar 27, 2013 · 14 revisions

(On this page we keep track of test results and comment on classes of failures)

Test score

Date suite pass fail uxpass xfail
2013-03-27 ecma3 36842 0 465 731
as3 7967 0 46 873
2013-03-06 ecma3 42772 709 0 0
as3 7097 1212 0 0
2013-02-28 ecma3 41424 2036 0 0
as3 7026 1242 0 0

NOTE: uxpass = uxpass; xfail = expected fails NOTE: The test harness was cleaned up as of 3/27 so the smaller number of ecma3 tests reflects those that were excluded.

Causes of failures

ecma3

  • Prototype confusion. e.g. Boolean.prototype vs Object.prototype
  • Unsealed objects
  • Unicode support
  • Differing error messages

as3

  • Namespace URI mangling: expected: www.ecma-international.org got: www$ecma$international$org
  • Interfaces after the first one in the implements list of are class are ignored
  • Differing error messages

Detailed test results

Here is the Google spreadsheet where we track test results: Spreadsheet of test results

Clone this wiki locally