|
1 | 1 | { |
2 | 2 | "summary": { |
3 | 3 | "max_points": 4560, |
4 | | - "impl_points": 3125, |
5 | | - "stub_penalty": 300 |
| 4 | + "impl_points": 3170, |
| 5 | + "stub_penalty": 316 |
6 | 6 | }, |
7 | 7 | "classes": { |
8 | 8 | "flash.events.MouseEvent": { |
|
237 | 237 | "flash.globalization.NumberParseResult": { |
238 | 238 | "summary": { |
239 | 239 | "max_points": 4, |
240 | | - "impl_points": 0, |
| 240 | + "impl_points": 4, |
241 | 241 | "stub_penalty": 0 |
242 | 242 | }, |
243 | | - "missing": [ |
244 | | - "value", |
245 | | - "startIndex", |
246 | | - "endIndex" |
247 | | - ], |
| 243 | + "missing": [], |
248 | 244 | "stubbed": [] |
249 | 245 | }, |
250 | 246 | "flash.sampler.Sample": { |
|
1844 | 1840 | "flash.geom.Matrix3D": { |
1845 | 1841 | "summary": { |
1846 | 1842 | "max_points": 32, |
1847 | | - "impl_points": 27, |
| 1843 | + "impl_points": 28, |
1848 | 1844 | "stub_penalty": 0 |
1849 | 1845 | }, |
1850 | 1846 | "missing": [ |
1851 | 1847 | "pointAt()", |
1852 | 1848 | "interpolateTo()", |
1853 | 1849 | "prependScale()", |
1854 | | - "transformVectors()", |
1855 | 1850 | "static interpolate()" |
1856 | 1851 | ], |
1857 | 1852 | "stubbed": [] |
|
2204 | 2199 | "flash.globalization.LocaleID": { |
2205 | 2200 | "summary": { |
2206 | 2201 | "max_points": 11, |
2207 | | - "impl_points": 0, |
2208 | | - "stub_penalty": 0 |
| 2202 | + "impl_points": 11, |
| 2203 | + "stub_penalty": 8 |
2209 | 2204 | }, |
2210 | | - "missing": [ |
| 2205 | + "missing": [], |
| 2206 | + "stubbed": [ |
2211 | 2207 | "getRegion()", |
2212 | 2208 | "lastOperationStatus", |
2213 | 2209 | "getLanguage()", |
2214 | 2210 | "getVariant()", |
2215 | 2211 | "getKeysAndValues()", |
2216 | | - "name", |
2217 | 2212 | "getScript()", |
2218 | 2213 | "isRightToLeft()", |
2219 | | - "static determinePreferredLocales()", |
2220 | | - "static DEFAULT" |
2221 | | - ], |
2222 | | - "stubbed": [] |
| 2214 | + "static determinePreferredLocales()" |
| 2215 | + ] |
2223 | 2216 | }, |
2224 | 2217 | "flash.media.MicrophoneEnhancedOptions": { |
2225 | 2218 | "summary": { |
|
2512 | 2505 | "summary": { |
2513 | 2506 | "max_points": 63, |
2514 | 2507 | "impl_points": 59, |
2515 | | - "stub_penalty": 50 |
| 2508 | + "stub_penalty": 49 |
2516 | 2509 | }, |
2517 | 2510 | "missing": [ |
2518 | 2511 | "decodedFrames", |
|
2527 | 2520 | "receiveVideoFPS()", |
2528 | 2521 | "inBufferSeek", |
2529 | 2522 | "bufferTimeMax", |
2530 | | - "client", |
2531 | 2523 | "publish()", |
2532 | 2524 | "objectEncoding", |
2533 | 2525 | "multicastAvailabilitySendToAll", |
|
2717 | 2709 | "flash.geom.Utils3D": { |
2718 | 2710 | "summary": { |
2719 | 2711 | "max_points": 4, |
2720 | | - "impl_points": 0, |
| 2712 | + "impl_points": 3, |
2721 | 2713 | "stub_penalty": 0 |
2722 | 2714 | }, |
2723 | 2715 | "missing": [ |
2724 | | - "static pointTowards()", |
2725 | | - "static projectVector()", |
2726 | | - "static projectVectors()" |
| 2716 | + "static pointTowards()" |
2727 | 2717 | ], |
2728 | 2718 | "stubbed": [] |
2729 | 2719 | }, |
|
3481 | 3471 | "flash.ui.GameInputDevice": { |
3482 | 3472 | "summary": { |
3483 | 3473 | "max_points": 11, |
3484 | | - "impl_points": 0, |
| 3474 | + "impl_points": 1, |
3485 | 3475 | "stub_penalty": 0 |
3486 | 3476 | }, |
3487 | 3477 | "missing": [ |
|
3548 | 3538 | "flash.globalization.CurrencyFormatter": { |
3549 | 3539 | "summary": { |
3550 | 3540 | "max_points": 22, |
3551 | | - "impl_points": 2, |
3552 | | - "stub_penalty": 0 |
| 3541 | + "impl_points": 3, |
| 3542 | + "stub_penalty": 1 |
3553 | 3543 | }, |
3554 | 3544 | "missing": [ |
3555 | 3545 | "currencySymbol", |
|
3565 | 3555 | "currencyISOCode", |
3566 | 3556 | "groupingPattern", |
3567 | 3557 | "decimalSeparator", |
3568 | | - "format()", |
3569 | 3558 | "groupingSeparator", |
3570 | 3559 | "leadingZero", |
3571 | 3560 | "negativeCurrencyFormat", |
3572 | 3561 | "positiveCurrencyFormat", |
3573 | 3562 | "setCurrency()", |
3574 | 3563 | "static getAvailableLocaleIDNames()" |
3575 | 3564 | ], |
3576 | | - "stubbed": [] |
| 3565 | + "stubbed": [ |
| 3566 | + "format()" |
| 3567 | + ] |
3577 | 3568 | }, |
3578 | 3569 | "flash.net.URLLoader": { |
3579 | 3570 | "summary": { |
|
4640 | 4631 | "flash.text.TextField": { |
4641 | 4632 | "summary": { |
4642 | 4633 | "max_points": 63, |
4643 | | - "impl_points": 44, |
| 4634 | + "impl_points": 47, |
4644 | 4635 | "stub_penalty": 7 |
4645 | 4636 | }, |
4646 | 4637 | "missing": [ |
4647 | | - "caretIndex", |
4648 | 4638 | "getCharIndexAtPoint()", |
4649 | 4639 | "getParagraphLength()", |
4650 | 4640 | "getTextRuns()", |
|
4655 | 4645 | "getLineIndexOfChar()", |
4656 | 4646 | "getImageReference()", |
4657 | 4647 | "textInteractionMode", |
4658 | | - "selectionBeginIndex", |
4659 | | - "selectionEndIndex", |
4660 | 4648 | "getLineText()", |
4661 | 4649 | "getXMLText()", |
4662 | 4650 | "getRawText()", |
|
4891 | 4879 | "flash.globalization.NumberFormatter": { |
4892 | 4880 | "summary": { |
4893 | 4881 | "max_points": 20, |
4894 | | - "impl_points": 0, |
4895 | | - "stub_penalty": 0 |
| 4882 | + "impl_points": 20, |
| 4883 | + "stub_penalty": 8 |
4896 | 4884 | }, |
4897 | | - "missing": [ |
| 4885 | + "missing": [], |
| 4886 | + "stubbed": [ |
4898 | 4887 | "formatNumber()", |
4899 | | - "requestedLocaleIDName", |
4900 | 4888 | "parseNumber()", |
4901 | 4889 | "actualLocaleIDName", |
4902 | 4890 | "parse()", |
4903 | | - "digitsType", |
4904 | | - "useGrouping", |
4905 | | - "trailingZeros", |
4906 | | - "negativeSymbol", |
4907 | 4891 | "lastOperationStatus", |
4908 | 4892 | "formatUint()", |
4909 | | - "groupingPattern", |
4910 | | - "fractionalDigits", |
4911 | | - "decimalSeparator", |
4912 | | - "groupingSeparator", |
4913 | | - "leadingZero", |
4914 | 4893 | "formatInt()", |
4915 | | - "negativeNumberFormat", |
4916 | 4894 | "static getAvailableLocaleIDNames()" |
4917 | | - ], |
4918 | | - "stubbed": [] |
| 4895 | + ] |
4919 | 4896 | }, |
4920 | 4897 | "flash.events.Event": { |
4921 | 4898 | "summary": { |
|
5478 | 5455 | "summary": { |
5479 | 5456 | "max_points": 4, |
5480 | 5457 | "impl_points": 4, |
5481 | | - "stub_penalty": 1 |
| 5458 | + "stub_penalty": 0 |
5482 | 5459 | }, |
5483 | 5460 | "missing": [], |
5484 | | - "stubbed": [ |
5485 | | - "pixelSnapping" |
5486 | | - ] |
| 5461 | + "stubbed": [] |
5487 | 5462 | }, |
5488 | 5463 | "Array": { |
5489 | 5464 | "summary": { |
|
5517 | 5492 | "flash.display3D.Program3D": { |
5518 | 5493 | "summary": { |
5519 | 5494 | "max_points": 3, |
5520 | | - "impl_points": 2, |
5521 | | - "stub_penalty": 0 |
| 5495 | + "impl_points": 3, |
| 5496 | + "stub_penalty": 1 |
5522 | 5497 | }, |
5523 | | - "missing": [ |
| 5498 | + "missing": [], |
| 5499 | + "stubbed": [ |
5524 | 5500 | "dispose()" |
5525 | | - ], |
5526 | | - "stubbed": [] |
| 5501 | + ] |
5527 | 5502 | }, |
5528 | 5503 | "flash.display3D.Context3DTextureFormat": { |
5529 | 5504 | "summary": { |
|
0 commit comments