Revision f230a1cf deps/v8/test/preparser/preparser.status

View differences:

deps/v8/test/preparser/preparser.status
25 25
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 26
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27

  
28
prefix preparser
28
[
29
[ALWAYS, {
30
  # TODO(mstarzinger): This script parses but throws a TypeError when run.
31
  'non-alphanum': [FAIL],
29 32

  
30
# We don't parse RegExps at scanning time, so we can't fail on octal
31
# escapes (we need to parse to distinguish octal escapes from valid
32
# back-references).
33
strict-octal-regexp: FAIL
33
  # We don't parse RegExps at scanning time, so we can't fail on octal
34
  # escapes (we need to parse to distinguish octal escapes from valid
35
  # back-references).
36
  'strict-octal-regexp': [FAIL],
37
}],  # ALWAYS
34 38

  
35
[ $arch == android_arm || $arch == android_ia32 ]
36
# Remove this once the issue above is fixed. Android test runner does not
37
# handle "FAIL" test expectation correctly.
38
strict-octal-regexp: SKIP
39
['arch == android_arm or arch == android_ia32', {
40
  # Remove this once the issue above is fixed. Android test runner does not
41
  # handle "FAIL" test expectation correctly.
42
  'strict-octal-regexp': [SKIP],
43
}],  # 'arch == android_arm or arch == android_ia32'
44
]

Also available in: Unified diff