HomeSort by relevance Sort by last modified time
    Searched refs:rejected (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/llvm/test/MC/Mips/mips32r2/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips32r3/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips32r5/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips32r6/
invalid.s 1 # Instructions that are available for the current ISA but should be rejected by
invalid-mips2-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong
invalid-mips4-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong
invalid-mips32-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/llvm/test/MC/Mips/mips64r2/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips64r3/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips64r5/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips64r6/
invalid.s 1 # Instructions that are available for the current ISA but should be rejected by
invalid-mips4-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong
invalid-mips32-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/v8/test/webkit/fast/js/
Promise-chained-then.js 45 testFailed('rejected');
46 }).then(function() { // rejected - throw an exception
49 testPassed('rejected');
54 .then(function() { // rejected - recover
57 testPassed('rejected');
67 testFailed('rejected');
Promise-static-all.js 43 testFailed('Promise.all([p1, p2, p5]) is rejected.');
49 testPassed('Promise.all() is rejected.');
55 testFailed('Promise.all([]) is rejected.');
66 testFailed('Promise.all([p1, p2, p3]) is rejected.');
72 testPassed('Promise.all([p1, p6, p5]) is rejected.');
83 testFailed('Promise.all([p9]) is rejected.');
95 testFailed('Promise.all([p9,,,]) is rejected.');
107 testFailed('Promise.all([p9,42]) is rejected.');
113 testPassed('Promise.all({}) is rejected.');
Promise-static-race.js 43 testFailed('Promise.race([p4, p5]) is rejected.');
50 testFailed('Promise.race([]) is rejected.');
56 testPassed('Promise.race() is rejected.');
61 testPassed('Promise.race({}) is rejected.');
69 testFailed('Promise.race([p4, p1, p6]) is rejected.');
75 testPassed('Promise.race([p4, p6, p1]) is rejected.');
85 testFailed('Promise.race([p9]) is rejected.');
94 testFailed('Promise.race([p4,,]) is rejected.');
104 testFailed('Promise.race([p4,42]) is rejected.');
  /external/llvm/test/MC/Mips/mips3/
invalid-mips4-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/v8/test/mjsunit/es6/
mirror-promises.js 57 var rejected = new Promise(function(resolve, reject) { reject() });
61 testPromiseMirror(rejected, "rejected", undefined);
69 testPromiseMirror(rejectedv, "rejected", 'reject');
70 testPromiseMirror(thrownv, "rejected", 'throw');
84 assertEquals("rejected", ip[0].value().value());
  /external/v8/test/mjsunit/es6/debug-promises/
reject-caught-by-default-reject-handler.js 8 // there is only a default reject handler for the to-be-rejected Promise.
10 // - when the first Promise is rejected and only has default reject handlers.
47 // p1 is rejected, uncaught except for its default reject handler.
51 // p2 is rejected by p1's default reject handler.
throw-caught-by-default-reject-handler.js 8 // there is only a default reject handler for the to-be-rejected Promise.
10 // - when the first Promise is rejected and only has default reject handlers.
47 // p1 is rejected, uncaught except for its default reject handler.
52 // p2 is rejected by p1's default reject handler.
reject-caught-late.js 8 // is rejected, and a catch handler is installed right before the rejection.
reject-caught-uncaught.js 8 // there is a catch handler for the to-be-rejected Promise.
reject-with-undefined-reject.js 7 // Test debug events when a Promise is rejected, which is caught by a custom
9 // debug even calling the (undefined) custom rejected closure.
  /external/llvm/test/MC/Mips/mips1/
invalid-mips2-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong
  /external/llvm/test/MC/Mips/mips2/
invalid-mips4-wrong-error.s 1 # Instructions that are invalid and are correctly rejected but use the wrong

Completed in 121 milliseconds

1 2 3 4 5 6