Skip to content
Snippets Groups Projects
  1. Jan 11, 2015
  2. Jan 10, 2015
  3. Jan 09, 2015
  4. Jan 08, 2015
  5. Jan 06, 2015
  6. Dec 16, 2014
  7. Dec 03, 2014
    • Michael Lenz's avatar
      DwarfReader: fixed linetable mapping · e83e87ec
      Michael Lenz authored
      This change alters/corrects DwarfReader's way of determining the size of
      linetable entries (i.e. their "range size"); the interface (e.g. to
      ElfReader) stays the same. Prior to this, it was assumed that static
      instructions within "the linetable" were sorted in ascending order. This
      assumption turned out to be false, as every compilation unit's  header has
      its own linetable and the compilation unit headers are not sorted by their
      static instructions.
      Furthermore this change implements normalization of file names.
      
      Change-Id: Ia4beb7bf9cfb6f1a499aeebd01228335b70ab52d
      e83e87ec
  8. Nov 14, 2014
    • Horst Schirmeier's avatar
      Fail* v1.0.1 · bfd6a55f
      Horst Schirmeier authored
      This is a maintenance release primarily fixing docker demo builds.
      
      Change-Id: I4f71ae9c50d29f36a9b6fd2ff11067b39f99c39d
      bfd6a55f
    • Horst Schirmeier's avatar
      scripts/docker: use ac++ 1.2 instead of daily build · 96ead7df
      Horst Schirmeier authored
      Since the AspectC++ daily builds switched to the clang frontend, Fail*
      doesn't build anymore.  Unless that changes, use the 1.2 release.
      
      Change-Id: Ia7817c396dfabd3a10f0cf0ea6a8d4c1fb95365d
      96ead7df
  9. Nov 10, 2014
    • Christoph Borchert's avatar
      client.sh: exit on any error status · 6e6148f7
      Christoph Borchert authored
      This prevents the client script from continuously invoking
      the fail-client when it is not executable, e.g., in the case
      of missing libraries.
      
      Change-Id: I2746eaf1980507dbd7c95fb5a6a1cc018a33aa67
      6e6148f7
  10. Nov 07, 2014
    • Horst Schirmeier's avatar
      import-trace: extend sanity checks to time1/2 · 36d9e77c
      Horst Schirmeier authored
      Up to now, the sanity checks only tested equivalence classes
      determined by dynamic instructions (instr1/instr2), although the
      actual timing boundaries (time1/time2) have been the really relevant
      information for quite some time now.  This change extends the checks
      to time1/time2.
      
      Change-Id: I53d1ed10684ff09f6b9f1245ef842dd0d85f2655
      36d9e77c
    • Horst Schirmeier's avatar
      import-trace: sanity-check speedup · 569dd332
      Horst Schirmeier authored
      The sanity check testing whether the fault space is rectangular is
      unnecessarily slow, as it joins the "trace" table without any reason,
      and includes all variants instead of the currently imported one.
      
      Change-Id: Icfe948290ec595209868952fc1639c979bd78d83
      569dd332
    • Horst Schirmeier's avatar
      import-trace: sanity-check code deduplication · d30ffdd3
      Horst Schirmeier authored
      Change-Id: I098981dfe93d760e3a423a374be05dbad3ee9cc1
      d30ffdd3
  11. Nov 03, 2014
  12. Oct 23, 2014
Loading