| | 103 | Where SunSpider tests currently fail codegen: |
| | 104 | |
| | 105 | * 3d-cube: new expr (invoking Array constructor) |
| | 106 | * 3d-morph: function call (not local var) |
| | 107 | * 3d-raytrace: function expression |
| | 108 | * access-binary-trees: function expression |
| | 109 | * access-fannkuch: function call (not local var) |
| | 110 | * access-nbody: function expression |
| | 111 | * access-nsieve: function call (not local var) |
| | 112 | * bitops-3bit-bits-in-byte: read-modify expr (+=) |
| | 113 | * bitops-bits-in-byte: read-modify exr (<<=) |
| | 114 | * bitops-bitwise-and: SUCCESS |
| | 115 | * bitops-nsieve-bits: new expr (invoking Array constructor) |
| | 116 | * controlflow-recursive: function call (not local var) |
| | 117 | * crypto-aes: array literal |
| | 118 | * crypto-md5: read-modify expr (+=) |
| | 119 | * crypto-sha1: read-modify expr (+=) |
| | 120 | * date-format-tofte: function expression |
| | 121 | * date-format-xparb: array literal |
| | 122 | * math-cordic: array literal |
| | 123 | * math-partial-sums: read-modify expr (*=) |
| | 124 | * math-spectral-norm: read-modify expr (*=) |
| | 125 | * regexp-dna: array literal |
| | 126 | * string-base64: array literal |
| | 127 | * string-fasta: dot function call (seq.substring(seqi, seqi + lenOut)) |
| | 128 | * string-tagcloud: function expression |
| | 129 | * string-unpack-code: function expression |
| | 130 | * string-validate-input: new expr (invoking Array constructor) |
| | 131 | |