1. 17 10月, 2015 1 次提交
  2. 15 10月, 2015 1 次提交
  3. 14 10月, 2015 4 次提交
  4. 13 10月, 2015 8 次提交
  5. 11 10月, 2015 3 次提交
    • T
      Remove SourceCodeKind.Interactive · 2f6d4739
      Tomas Matousek 提交于
      2f6d4739
    • J
      Fix checks in the ForegroundNotificationServiceTests · a6d6d4fa
      Jared Parsons 提交于
      The ForegroundNotificationService is a shared resource when it is
      accessed as an exported MEF component.  This means it's possible for
      other components to still be posting messages to the work queue from
      background threads.  This is exactly how some of the asynchronous
      taggers behave.
      
      As it is a shared resource tests which look to see if the work queue is
      empty are inherently flaky.  There is no reasonable way to control it.
      The fix is to create a non-shared service for this particular set of
      checks.  This makes it possible to check definitively if the work queue
      is empty.
      a6d6d4fa
    • J
      Fix x64 Jobs · 222fd7c4
      Jared Parsons 提交于
      Fix a couple of issues in the 64 bit queues
      
      - Conditionally disable tests that have flaky behavior on 64 bit
      - Disable interactive tests on 64 bit.  They are x86 only assemblies.
      Will follow up later to see why they were ever passing in 64 bit mode.
      222fd7c4
  6. 10 10月, 2015 23 次提交